Skip to main content
PUT
/
canvas
/
positions
Save Positions
curl --request PUT \
  --url https://api.example.com/canvas/positions \
  --header 'Content-Type: application/json' \
  --data '
{
  "positions": {}
}
'
{
  "positions": {}
}

Body

application/json

Request body for saving or updating node positions.

Positions are merged with existing state. Nodes not included in the request are left unchanged.

Attributes: positions: Map of resource ID to position to save (max 1000 entries).

positions
Positions · object
required

Response

Successful Response

Response body for canvas position queries.

Attributes: positions: Map of resource ID to node position.

positions
Positions · object