Update workspace name
Repository Workspace Manipulation
Update workspace name
Renames a workspace to a new name specified in the name parameter.
Validation:
- The name cannot be empty
- Must be unique for the user within the repository
- Cannot exceed 256 characters
Requirements: Requires READ access to the repository.
Returns:
400 Bad Requestif the name is invalid (empty or exceeds 256 characters)409 Conflictif a workspace with the new name already exists204 No Contenton success
POST
Update workspace name
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
Required string length:
3 - 128Example:
"example_id"
The repo ID of the workspace.
Required string length:
3 - 128Example:
"example_id"
Body
application/json
Properties to modify in an existing workspace
A name to set for the workspace
Minimum string length:
1Response
Request completed successfully

