Chat9
APIGap analyzer

Recalculate Gap Analyzer

POST
/gap-analyzer/recalculate
/gap-analyzer/recalculate

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

mode
Required
GapRunMode

Value in: "mode_a" | "mode_b" | "both"
curl -X POST "https://api.getchat9.live/gap-analyzer/recalculate?mode=mode_a" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
  "mode": "mode_a",
  "status": "accepted",
  "command_kind": "orchestration",
  "http_status_code": 202,
  "accepted_at": "2019-08-24T14:15:22Z",
  "retry_after_seconds": 0
}