workspace/patch_by_id
Tool: update
Update the title of a workspace owned by the authenticated agency.
All body fields are optional. The new title must be unique among sibling workspaces. Returns the updated Workspace object. apiKey is redacted — see schemas/workspace. To clear a field — and to know why null fails — see call-contract.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | the object's workspaceId (int32) |
Body
| field | type | req | constraints | description |
|---|---|---|---|---|
| title | string | – | New display name (must be unique within the agency). |
Response
200 — Updated Workspace object: see schemas/workspace. Deltas: none.
Errors: 400, 401, 404, 406, 415, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call update with name: "workspace/patch_by_id".