Workspaces
Update a workspace
Updates the name of an existing workspace identified by its ID.
POST
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.
Response
200
application/json
Workspace updated successfully or error if update fails (e.g., name conflict, workspace not found).
The response is of type object
.