booking_resolve_request
Approve or reject a pending reschedule request (SessionRequest) that a client proposed from the portal — closes the bilateral coordination loop. outcome: "approved" applies the reschedule atomically (moves the session to the proposed slot in the same transaction); "rejected" requires a reason of at least 10 characters. Idempotent: a request already resolved returns a conflict with its current status. Emits the corresponding session lifecycle events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | ||
| reason | No | ||
| orgSlug | Yes | ||
| outcome | Yes | ||
| requestId | Yes |