Chat9
APIGap analyzer

Reactivate Gap

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

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

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/reactivate" \
  -H "Authorization: Bearer <token>"

Successful Response

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