Topologies
internal

Update an edge's handles

Lightweight endpoint for edge reconnect operations. Instead of sending the entire topology, only sends the edge ID and new handle positions. Fixes HTTP 413 errors on edge reconnect operations for large topologies.

post/api/v1/topology/{id}/edge-handles

Path parameters

idstring uuid required

Topology ID

Request body

edge_idstring uuid required

ID of the edge to update

network_idstring uuid required

Network ID for authorization

source_handle'Top' | 'Bottom' | 'Left' | 'Right' required
target_handle'Top' | 'Bottom' | 'Left' | 'Right' required

Response

Edge handles updated

dataTupleUnit — unresolved $ref
errorstring nullable
successboolean required

Changes