Docs

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.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.