Renames a workspace to a new name specified in the name parameter.
Validation:
Requirements: Requires READ access to the repository.
Returns:
400 Bad Request if the name is invalid (empty or exceeds 256 characters)409 Conflict if a workspace with the new name already exists204 No Content on successThis API uses OAuth 2 with the implicit grant flow
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.
3 - 128"example_id"
The repo ID of the workspace.
3 - 128"example_id"
Properties to modify in an existing workspace
A name to set for the workspace
1Request completed successfully