Error
A valid request URL is required to generate request examples{
"Name": "<string>",
"Id": "<string>",
"VersionControlEnabled": true
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Update Workspace
Updates the specified workspaces object.
PUT
/
workspaces('
{Name}
')
Error
A valid request URL is required to generate request examples{
"Name": "<string>",
"Id": "<string>",
"VersionControlEnabled": true
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The key Name
Body
application/json
The workspaces entity to update.