Update private network graph position
Update the position of a node in the private network topology graph.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
vswitch_uuid*string
UUID of the private network
Format
uuidRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/network/vswitch/497f6eca-6276-4993-bfeb-53cbbbba6f08/graph/update-pos" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''{
"message": "Pos updated",
"data": {}
}