Mentions
Update a mention
Toggle engaged state, or update AI-judged relevance or sentiment. The action field selects the operation.
PATCH
Update a mention
Authorizations
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Body
application/json
- Option 1
- Option 2
- Option 3
Mutation request for a mention. The action field discriminates which update to apply.
Toggle the engaged-with flag on the mention.
Allowed value:
"engage"Internal post id.
Required range:
-9007199254740991 <= x <= 9007199254740991The mention's timestamp, copied verbatim from the list/export response. Tinybird-style format (YYYY-MM-DD HH:mm:ss.SSS, UTC, no Z suffix); ISO 8601 also accepted. Used together with sourceId / postId to uniquely key the mention.
Pattern:
^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}(\.\d{1,9})?(Z|[+-]\d{2}:?\d{2})?$Example:
"2026-05-06 13:35:37.000"
Response
200 response
Update a mention
