Skip to content
Developer Preview

ApprovalListPendingParams

approval/listPending params: the pull dual of the re-issued requests. A log-fold read — no lease, works on loaded and unloaded sessions, never subscribes.

  • sessionId
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalListPendingParams

{
"description": "`approval/listPending` params: the pull dual of the re-issued\nrequests. A log-fold read — no lease, works on loaded and unloaded\nsessions, never subscribes.",
"properties": {
"sessionId": {
"description": "The session to read.",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}