curl --request PATCH \
--url https://{host}.freeplay.ai/api/v2/projects/{project_id}/agent-datasets/{dataset_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"compatible_agent_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'