Skip to main content
PUT
Update a custom field

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Custom field ID

Body

application/json

Custom field object that needs to be updated

name
string
required

The name of the custom field

slug
string<cf_[a-z0-9_]+>
Example:

"cf_preferred_os"

Response

200 - application/json

Object

data
object
meta
object