Skip to main content

Update a workspace

PUT 

/panel/workspaces/:workspace

Updates a workspace. The accepted fields and validation rules are identical to those for creating one.

If owner_id refers to a user who is not yet a member of the workspace, they are added with the admin role (without approval rights on this endpoint).

success reflects whether the row was actually written, so it can be false when the submitted values match the stored ones.

Request

Responses

{"success": <bool>} — reports whether the update or delete actually affected a record, so false is possible.