Topologies
internal

Update a single node's position

Lightweight endpoint for drag operations. Instead of sending the entire topology (which can be several megabytes), only sends the node ID and new position. Fixes HTTP 413 errors on drag operations for large topologies.

post/api/v1/topology/{id}/node-position

Path parameters

idstring uuid required

Topology ID

Request body

network_idstring uuid required

Network ID for authorization

node_idstring uuid required

ID of the node to update

Response

Node position updated

dataTupleUnit — unresolved $ref
errorstring nullable
successboolean required

Changes