pydo.genai.update_agents_workspace()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To move all listed agents a given workspace, send a PUT request to /v2/gen-ai/workspaces/{workspace_uuid}/agents
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
workspace_uuid |
string | True | Workspace uuid to move agents to | |
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.