Public API
Update Agent
Update an agent with a JSON Patch document — an array of {op, path, value} operations applied to the agent, e.g. [{"op": "replace", "path": "/display_name", "value": "My agent"}]. Returns the updated agent.
patch/v2/agents/{agent_id}
Path parameters
agent_idstring uuid required
Request body
Response
Successful Response