Update field value

This call lets you edit the value of a field for a particular box.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

🚧

Different field types require different value inputs.

  • TEXT_INPUT example: {"value": "String"}
  • DATE example: {"value": 1510700044000}
  • CHECKBOX example: {"value": true}
  • DROPDOWN example: {"value": "9002"}
  • TAG example: {"value": ["9003"]}

🚧

Content Type and Auth

Make sure to include -H "Content-Type: application/json" and your authorization in any request you make on your own.

Path Params
string
required

The key of the box

string
required

The key of the field

Body Params
string

The new value for the field

Responses

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json