/boards/:boardId/customfields/:customFieldId

Update Custom Field

To update a custom field on a specific board, you can make a PUT request to the following endpoint:

curl --request PUT \
     --url https://api.air.inc/v1/boards/boardId/customfields/customFieldId \
     --header 'content-type: application/json'

Parameters

Custom Field Type

Response

Upon a successful update, you should receive a response similar to:

204
Custom field updated successfully

Last Updated

Updated: 9 months ago