latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

Agent Datasets

Update Agent Dataset

Modify an agent dataset's name, description, or compatible agents. Use to evolve datasets as agent requirements change.

patch/api/v2/projects/{project_id}/agent-datasets/{dataset_id}

Path parameters

project_idstring required
dataset_idstring required

Request body

namestring nullable
descriptionstring nullable
compatible_agent_idsstring[] nullable
tagsstring[] nullable

Response

AgentDatasetResponse(id: uuid.UUID, name: str, description: Optional[str], compatible_agent_ids: list[uuid.UUID], tags: list[server.api_routes.agent_datasets_api_v2.TagResponse] = None)

idstring uuid required
namestring required
descriptionstring nullable required
compatible_agent_idsstring[] required