Add custom field to project
Add an existing custom field to a project.
 POST 
   /  beta  /  custom-field-values  /  project  /  {projectId}   Authorization
Path parameters
-     
The project for which a new custom field value will be added.
 
Body
application/json
-     
The custom field that is being set on the project.
 -     
The value of the custom field on the project that is being set.
 
Response
200 - application/json - object
-     
The type of custom field. "text", "url", "date", "person", "multiPerson", "phone", "select", "multiSelect", "number", "email", "checkbox", and "relatedTo" are all valid options.
 -     
The actual value being set.