Move Card to Group
documentedMove a card into a target group (removing from other groups).
POST /api/cards/{card_id}/move-to-group/{target_group_id}Cardsno 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://sandbox.watershedlrs.com/api/cards/{{$card_id}}/move-to-group/{{$target_group_id}}?tenantId={{$tenant_id}}&sourceGroupId={{$source_group_id}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"