Update Agent
PATCH/agents/:agent_id
Updates an existing agent's attributes.
Only the provided attributes will be updated; others will remain unchanged. The agent's ID and creation timestamp cannot be modified.
Request
Responses
- 200
- 404
- 422
Agent successfully updated. Returns the updated agent.
Agent not found. the specified `agent_id` does not exist
Validation error in update parameters