Patch Workspace
PATCH/workspaces/:workspace_id
Update a workspace's name.
Requires workspace_admin membership of this workspace. A platform
admin who is not a member cannot overwrite the config here (oversight does
not imply config-write); they retain read/visibility via the GET endpoints.
Returns 404 if the workspace does not exist. Returns 403 if the caller is not an actual
workspace_admin member of it — platform-admin oversight alone is not enough to rename a
workspace it does not belong to. Returns 422 if the workspace is a personal workspace, which
cannot be renamed.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Unprocessable Entity