v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
flags

Mark flag as read via webhook

Marks a flag as read using a webhook event.

patch/flags/webhook/{id}/mark-read

Path parameters

idstring required

The unique identifier of the flag to mark as read.

Headers

organization-idstring

Request body

object required

Example request

{
  "reason": "Reviewed via webhook"
}

Response

Updated.