@@ -105,6 +105,10 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
jo_root = await req.json()
cs: ChangeSet = ChangeSet()
cs.operations = jo_root['operations']
print(cs.operations)
print(cs)
return execute_batch_commands(network, cs)
# node
The note is not visible to the blocked user.