Skip to main content
POST
Item - Add Custom Field

Authorizations

Authorization
string
header
required

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

Body

application/json
item_id
string
required

Item ID

field
string
required

Custom field name

value
string
required

Custom field value

Response

Custom field added

success
boolean
required

Whether the operation succeeded