Update a Workspace
Update the specified Workspace.
Path parameters
The <code>id</code> of the Organization that contains the Workspace.
The <code>id</code> of the Workspace to update.
Request body
Example request
{
"alias": "Production Environment",
"description": "Main production Workspace for customer data processing",
"tags": [
"production",
"customer-data"
]
}Response
The Workspace has been successfully updated
Changes
Changed in 7 of the 41 revisions of this API.11018
- ●
the
aliasrequest property's maxLength was set to30request-property-max-length-set
- ●
the
descriptionrequest property's maxLength was set to255request-property-max-length-set
- ●
the
tags/items/request property's maxLength was set to30request-property-max-length-set
- ●
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
- ▲
removed the success response with the status
200response-success-status-removed
- ○
added the success response with the status
204response-success-status-added
- ▲
- ●
added the new
Activeenum value to thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-added
- ●
added the new
Deprovisioningenum value to thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-added
- ●
added the new
Failedenum value to thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-added
- ●
added the new
Inactiveenum value to thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-added
- ●
added the new
Provisioningenum value to thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-added
- ○
removed the
Workspace-Activeenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Cleanup-Completedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Cleanup-Failedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Cleanup-Requestedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Cleanup-Startedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Cleanup-Terraform-Completedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Cleanup-Terraform-Failedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Failed-Updateenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Provisionedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Provisioningenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Provisioning-Failedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Requestedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ○
removed the
Workspace-Updatedenum value from thestate/allOf[WorkspaceState]/response property for the response status200response-property-enum-value-removed
- ●
- ●
added the new
ap-southeast-1enum value to theregion/allOf[AWSRegions]/response property for the response status200response-property-enum-value-added
- ●
added the new
eu-central-2enum value to theregion/allOf[AWSRegions]/response property for the response status200response-property-enum-value-added
- ●
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○