Add custom field to project

Add an existing custom field to a project.

POST
/ beta / custom-field-values / project / {projectId}

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Path parameters

  • projectId
    string
    required

    The project for which a new custom field value will be added.

Body

application/json

  • customFieldInstanceId
    string
    required

    The custom field that is being set on the project.

  • value
    object
    required

    The value of the custom field on the project that is being set.

Response

200 - application/json - object

  • type
    string
    required

    The type of custom field. "text", "url", "date", "person", "multiPerson", "phone", "select", "multiSelect", "number", "email", "checkbox", and "relatedTo" are all valid options.

  • value
    string or number
    required

    The actual value being set.