cURL
curl --request PATCH \ --url https://release0.com/api/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agent": "<unknown>" } '
{ "agent": "<unknown>" }
API endpoint to update an existing agent’s configuration or properties.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where can I find my agent’s ID? 👉 Check this guide! 🔍✨
Successful response