Sign in

Move Card to Group

documented

Move a card into a target group (removing from other groups).

POST /api/cards/{card_id}/move-to-group/{target_group_id}Cardsno implementation yet0 runs
No 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"