Updates the agent’s display name.
cURL
curl --request PUT \ --url https://app.mandate.md/api/agents/{agentId} \ --header 'Content-Type: application/json' \ --cookie laravel_session= \ --data ' { "name": "Updated Bot Name" } '
{ "updated": true, "name": "Updated Bot Name" }
Laravel Sanctum cookie-based session authentication. Obtained via GitHub OAuth login on the dashboard.
100
Agent updated.
true
Was this page helpful?