Path parameters
projectTemplateId string Required format: "uuid"
The id of the project template.
Request The list of custom field values to set.
customFieldDefinitionId string Required format: "uuid"The custom field definition id.
userIdValue string or null Optional format: "uuid"The user id. The user id can be set for custom field type 'user'.
clientIdValue string or null Optional format: "uuid"The client id. The client id can be set for custom field type 'client'.
numberValue double or null Optional The number value. The number value can be set for custom field type 'number'.
selectionOptionIdValue string or null Optional format: "uuid"The selection option id value. The id can be set for custom field types 'select' and 'coloredSelect'.
textValue string or null Optional <=750 charactersThe text value. The text value can be set for custom field types 'text' and 'link'.
dateValue string or null Optional format: "date-time"The date value. The date value can be set for custom field types 'date' and 'datetime'.
booleanValue boolean or null Optional The boolean value. The boolean value can be set for custom field type 'boolean'.