Update Box
Updates an existing box in Streak.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
The key of the box to update.
string
The new name of the box.
string
The stage key the box should be moved to.
Uncommon arguments
string
The notes of the box.
array of string
The user keys who should follow this box.
array of string
The box keys to link to the current box.
array of object
Each object needs an `email` field set to the assignee email. Send an empty array to unassign the box.
array of object
The full contact array to associate with the box.
array of object
The full organization array to associate with the box.
string
Field keys and corresponding values, for example `{ "1007": "String", "1039": 42 }`, encoded as a JSON string.