pydo.genai.update_workspace()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
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
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
workspace_uuid |
string | True | Workspace UUID. | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.