Skip to content
Developer Preview

ApprovalModeApplyOutcome

Whether a mode change did anything, mirroring ApprovalReconfigureApplyOutcome. Apply failures are commandRejected.

  • "completed"
  • "noop"
Source

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

{
"description": "Whether a mode change did anything, mirroring\n`ApprovalReconfigureApplyOutcome`. Apply failures are `commandRejected`.",
"enum": [
"completed",
"noop"
],
"type": "string",
"x-msp-openness": "open"
}