Motion Logo Motion API Documentation
Support
API Keys

Add Custom Field to Project

Add an Existing Custom Field to a Project

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

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

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?