Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the workspace to update.
Body
application/json
Workspace update data.
Data required to update an existing workspace. Currently, only workspace_name can be updated.
The new name for the workspace.
Response
Workspace updated successfully or error if update fails (e.g., name conflict, workspace not found).