Topologies
internal

Update a node's size and position

Lightweight endpoint for subnet resize operations. Instead of sending the entire topology, only sends the node ID, new size, and new position. Fixes HTTP 413 errors on resize operations for large topologies.

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

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 resized

dataTupleUnit — unresolved $ref
errorstring nullable
successboolean required

Changes