/customfields/:customFieldId

Custom Field Update

Custom Field ID

This field is required to specify the custom field you want to update.

HTTP Request

curl --request GET \
     --url https://api.air.inc/v1/customfields/customFieldId \
     --header 'accept: application/json'

Responses

200 Default

This indicates a successful request.

Example Response

{
  "status": "Updated",
  "timestamp": "9 months ago"
}

Did this page help you?


Choose a programming language:

Click Try It! to start a request and see the response here! Or choose an example.