cURL
curl --request DELETE \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/agent-config/reset \ --header 'Authorization: Bearer <token>'
{ "success": true, "agent_type": "<string>", "message": "<string>", "agents_updated": {} }
Remove todas as configs e restaura padrão.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tipo do agente para resetar config
Atualizar também os agentes existentes
Successful Response
Show child attributes