Skip to main content

app/dispatch/lease-expired

Pushed as the app/dispatch/lease-expired notification.

Params

dispatchId
string (UUID)
Branded DispatchId
leaseId
string (UUID)
Branded LeaseId
conversationId
string (UUID)
Branded ConversationId
expiredAt
string (ISO 8601)
The expiredAt field.

Example

{
  "jsonrpc": "2.0",
  "method": "app/dispatch/lease-expired",
  "params": { ... }
}