Change annotation text
Update an existing user annotation on a tracking — change its text, date (YYYY-MM-DD) or nonShareable flag. Returns HTTP 204.
Authorization
ApiKeyAuth x-access-token<token>
API token issued for your Mangools account, sent as an API key in the x-access-token HTTP header. This is NOT a standard RFC 6750 Authorization: Bearer <token> header. Auto-generated clients should be configured to send the token in x-access-token accordingly.
In: header
Path Parameters
tracking_id*string
Tracking ID
annotation_id*string
annotation ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
text*string
Response Body
application/json
curl -X PUT "https://api.mangools.com/v3/serpwatcher/trackings/string/annotations/string" \ -H "Content-Type: application/json" \ -d '{ "text": "string" }'Empty
{
"error": {
"type": "AuthError",
"message": "Invalid API Key"
}
}