Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://sandbox.api.veepag.com/v1/alert/update/resolved \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data ' { "companyId": "<string>", "alertId": "<string>" } '
{}
Atualiza um alerta para RESOLVED.
API key no formato keyId.secret.
Alerta atualizado para RESOLVED. Body de sucesso vazio.
The response is of type object.
object
Was this page helpful?