Updates an existing tag (name, access scope, and optional description) in the MessengerMate Tag Management API.
Method & URL
POST https://business.me-mate.net/api/betav3/tagmanage/tag/update
This endpoint expects an API key sent in the request body.
api_key (string, required) — Use the Postman variable {{api_key}}.If the API key is missing/invalid, the API will likely return 401 Unauthorized or 403 Forbidden.
X-Requested-With: XMLHttpRequestSend a JSON object with the following fields:
TagDescription must be ≤ 255 characters.
access_type must be one of: private, public, admin.
If validation fails, the API will likely return 422 Unprocessable Entity.
401 Unauthorized — Missing/invalid api_key.
403 Forbidden — API key does not have permission to update tags.
422 Unprocessable Entity — Validation errors (e.g., invalid access_type, TagDescription > 255, missing required fields).