Interrupts
Resolve interrupt
Submit user response to resolve a pending interrupt. The value type depends on the interrupt type:
- confirmation: boolean (true = confirmed)
- choice: string or string[] (selected values)
- text: string (user input)
- form: object (form data matching schema)
POST
Authorizations
JWT token for authentication
Path Parameters
Interrupt UUID
Body
application/json
Request body for resolving an interrupt
User's response. Type depends on interrupt type:
- confirmation: boolean
- choice: string or string[]
- text: string
- form: object
- review: ReviewResolution (decisions map + summary)