Boards

/boards/:boardId/customfields/:customFieldId

Assign value(s) for a custom field on a board

Body

  • values - a list of objects with the id of the value to be set on the board for the custom field (used with single-select and multi-select custom fields)
  • value - the string value to be set for the custom field on the board (used with plain-text and date custom fields)

To clear

put/v1/boards/{boardId}/customfields/{customFieldId}

Path parameters

boardIdstring required

the id of the board

customFieldIdstring required

the id of the custom field

Request body

OR

Response

Custom field updated successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.