Mangools/API

Update monitor settings

Update the configuration of an existing monitor — change the brand name, domain, location, platform, language, AI model list, or toggle email reports. Only the fields present in the request body are updated.

PUT
/v3/aiwatcher/monitor/{id}/settings

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Path Parameters

id*string

Monitor ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://api.mangools.com/v3/v3/aiwatcher/monitor/string/settings" \  -H "Content-Type: application/json" \  -d '{}'
{
  "_id": "string"
}
Empty
Empty
Empty