DigitalOcean-public.v2-new_GradientAI Platform
Update a Workspace
To update a workspace, send a PUT request to /v2/gen-ai/workspaces/{workspace_uuid}. The response body is a JSON object containing the workspace.
put/v2/gen-ai/workspaces/{workspace_uuid}
Path parameters
workspace_uuidstring required
Workspace UUID.
Request body
Example request
{
"description": "example string",
"name": "example name",
"workspace_uuid": "123e4567-e89b-12d3-a456-426614174000"
}Response
A successful response.