cURL
curl --request POST \ --url https://api.proficientai.com/agents/{agent_id} \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "display_description": "<string>", "display_name": "<string>", "name": "<string>" }'
{ "id": "<string>", "object": "agent", "active": true, "description": "<string>", "display_description": "<string>", "display_name": "<string>", "name": "<string>", "created_at": 123, "updated_at": 123 }
Updates the properties of the specified agent. Only the provided properties will be updated. Any properties not provided will be left unchanged.
The unique identifier of the agent
The data with which an agent is updated.