Updating multiple fields in a box

[editor's note: This moved into "Update a box"]

Editing a single field of a box can be achieved through its own endpoint. However, this endpoint allows you to edit multiple fields at once.

Log in to see full request history

🚧

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

Box key

Body Params
json
required

Field keys and corresponding values. eg {"1007":"String", "1039":42}

Responses

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