Updates the name of an existing workspace identified by its ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the workspace to update.
Workspace update data.
Data required to update an existing workspace. Currently, only workspace_name can be updated.
Workspace updated successfully or error if update fails (e.g., name conflict, workspace not found).
The response is of type object
.