Chat9
APIGap analyzer

Dismiss Gap

POST
/gap-analyzer/{source}/{gap_id}/dismiss
/gap-analyzer/{source}/{gap_id}/dismiss

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

reasonGapDismissReason

Default: "other"

Path Parameters

source
Required
GapSource

Value in: "mode_a" | "mode_b"

gap_id
Required
Gap Id

Format: "uuid"
curl -X POST "https://api.getchat9.live/gap-analyzer/mode_a/497f6eca-6276-4993-bfeb-53cbbbba6f08/dismiss" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "reason": "other"
  }'

Successful Response

{
  "success": true,
  "source": "mode_a",
  "gap_id": "fc3778c9-b3d1-4db7-b71f-665a2d3d4992",
  "status": "active"
}