Resources for DevelopersOld REST APIAdministration REST APIProjectProject Custom FieldsPOST Project Custom FieldPOST Project Custom FieldLast modified: 17 December 2019 POST /admin/project/{projectId}/customfield/{customFieldName} Update custom field in the project. POST /rest/admin/project/{projectId}/customfield/{customFieldName}?{emptyFieldText} Parameters: Name Type Description projectId projectByIdNotStrict ID of a project. customFieldName string Name of a custom field to update. emptyFieldText string Text to be displayed, if the field is empty. ... ... Variables required to update project custom field Sample Request: POST /rest/admin/project/CMN/customfield/Region?emptyFieldText=Undefined&bundle=AnotherRegionEnum Response: Empty Response. Response code: 200 Response message: OK