approval/updated
A non-terminal approval record changed the pending view.
Parameters
Section titled “Parameters”Type: ApprovalUpdatedParams
approval/updated params: the refreshed pending view plus one change.
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
approvalId |
string |
required | ||
availableChoices |
ApprovalChoice[] | required | ||
change |
ApprovalChange | required | ||
currentRequirementId |
ApprovalRequirementRef | required | ||
sessionId |
string |
required | ||
sourceRange |
SourceRange | required | ||
subject |
ApprovalSubject | required | ||
viewCursor |
string |
required |
Source
schema/msp/experimental/msp.schema.json#/notifications/approval~2Fupdated
{ "description": "A non-terminal approval record changed the pending view.", "params": { "$ref": "#/$defs/ApprovalUpdatedParams" }}