Renames a workspace to a new name specified in the name parameter. The name cannot be empty and must be unique for the user within 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 exists, or 204 No Content on success. Requires READ access to the repository.
This 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