approvals
Resolve Queued Approval
Resolve a queued approval with allow, reject, or always.
The request body must echo the nonce the gate issued when the approval was queued. Mismatches return 409 NONCE_MISMATCH; a nonce replayed against an already-resolved or evicted approval returns 410 NONCE_EXPIRED.
post/approvals/{approval_id}/resolve
Path parameters
approval_idstring required
Request body
Response
Successful Response
object required
Changes
Changed in 1 of the 16 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○