Update an existing agent.
curl --request PATCH \
--url https://api.example.com/v1/agents/{slug}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
curl --request PATCH \
--url https://api.example.com/v1/agents/{slug}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}