pydo.genai.update_workspace()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.genai.update_workspace(
workspace_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
body={
"description": "example string",
"name": "example name",
"workspace_uuid": "123e4567-e89b-12d3-a456-426614174000",
},
)Description
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.
Parameters
workspace_uuidstring requiredWorkspace UUID.
descriptionstring optionalExample:
example stringThe new description of the workspace
namestring optionalExample:
example nameThe new name of the workspace
workspace_uuidstring optionalExample:
123e4567-e89b-12d3-a456-426614174000Workspace UUID.
Request Sample
Response Example
More Information
See /v2/gen-ai/workspaces/{workspace_uuid} in the API reference for additional detail on responses, headers, parameters, and more.