Duplicate item
documentedCreate a copy of a plan item in the workspace (with optional new location).
POST /api/workspaces/{workspaceId}/items/v1/{itemId}/duplicateItemno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://next.liquidplanner.com/api/workspaces/{{$workspaceId}}/items/v1/{{$itemId}}/duplicate" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"parentId": {{$parentId}}, "relativePriority": {"id": {{$referenceItemId}}, "type": "before"}}'