Box
Update box
patch/boxes/{boxId}
Request body
Example request
{
"name": "Customer support run",
"ttlSeconds": 7200
}Response
Updated box details.
Example response
{
"ok": true,
"type": "box.info",
"box": {
"id": "bx_23456789",
"name": "Box 2026-05-31 12:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.