/customfields/:customFieldId:
Custom Field Update
Required Fields
customFieldId
The id of the custom field to updatename
Enter the name of the custom field.description
Provide a description of the custom field.
Example Request
curl --request PATCH \
--url https://api.air.inc/v1/customfields/customFieldId \
--header 'content-type: application/json'
Response Status Code
204
Default response indicating that the request was successful.