Skip to content

Commit

Permalink
add forceUpgrade parameter to VirtualNodeUpgradeRequest
Browse files Browse the repository at this point in the history
Signed-off-by: TomFitzpatrick <[email protected]>
  • Loading branch information
Tom-Fitzpatrick committed Sep 26, 2023
1 parent d6caca3 commit 2a7fef0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"name": "actor",
"type": "string",
"doc": "ID of RPC user that requested the virtual node creation."
},
{
"name": "forceUpgrade",
"type": "boolean",
"doc": "Whether this upgrade should be forced regardless of OperationInProgress."
}
]
}

0 comments on commit 2a7fef0

Please sign in to comment.