v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
customFields

Sets custom field values for a project.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

post/projects/{projectId}/setcustomfields

Path parameters

projectIdstring uuid required

The id of the project.

Headers

Authorizationstring required

Bearer authentication

Request body

customFieldDefinitionIdstring uuid required

The custom field definition id.

userIdValuestring uuid nullable

The user id. The user id can be set for custom field type 'user'.

clientIdValuestring uuid nullable

The client id. The client id can be set for custom field type 'client'.

numberValuenumber double nullable

The number value. The number value can be set for custom field type 'number'.

selectionOptionIdValuestring uuid nullable

The selection option id value. The id can be set for custom field types 'select' and 'coloredSelect'.

textValuestring nullable

The text value. The text value can be set for custom field types 'text' and 'link'.

dateValuestring date-time nullable

The date value. The date value can be set for custom field types 'date' and 'datetime'.

booleanValueboolean nullable

The boolean value. The boolean value can be set for custom field type 'boolean'.

Response

No Content

object required