Motion Logo Motion
API Keys

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 on the project 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

Was this page helpful?