curl -X PATCH https://api.saturn-pay.com/v1/agents/agt_abc123 \ -H "Authorization: Bearer sk_agt_..." \ -H "Content-Type: application/json" \ -d '{ "name": "renamed-agent" }'
{ "id": "agt_abc123", "name": "renamed-agent", "killed": true, "createdAt": "2024-01-15T10:30:00Z", "lastActiveAt": "2024-01-20T14:22:00Z" }
Update an agent’s properties
agt_abc123
true
false