workspaces
Update a Workspace
Update the specified Workspace.
patch/v1/organizations/{organizationId}/workspaces/{workspaceId}
Path parameters
organizationIdstring required
The <code>id</code> of the Organization that contains the Workspace.
workspaceIdstring required
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