You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should rename getsnapshotnames to listsnapshots to match the naming convention of listblockchains, listrpcs and listsubnets
In the POST body of v1/control/attachpeer we should change the key from nodeName to name to match the syntax of addnode, pausenode, removenode, restartnode, and resumenode.
Instead of this
{
"nodeName":"{{node_name}}"
}
This
{
"name":"{{node_name}}"
}
Same thing in sendoutboundmessage. Rename nodeName to name.
The text was updated successfully, but these errors were encountered:
From @cgcardona
We should rename
getsnapshotnames
tolistsnapshots
to match the naming convention oflistblockchains
,listrpcs
andlistsubnets
In the
POST
body ofv1/control/attachpeer
we should change the key fromnodeName
toname
to match the syntax ofaddnode
,pausenode
,removenode
,restartnode
, andresumenode
.Instead of this
This
Same thing in
sendoutboundmessage
. RenamenodeName
toname
.The text was updated successfully, but these errors were encountered: