canvas
Save Positions
Save or update node positions for the authenticated user.
Merges provided positions with existing saved state. Nodes not included in the request are left unchanged.
Returns: Complete set of saved positions after merge.
PUT
Save Positions
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
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).
Response
Successful Response
Response body for canvas position queries.
Attributes: positions: Map of resource ID to node position.
Save Positions