Update Card
documentedUpdate an existing card.
PUT /api/cards/{card_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}}?tenantId={{$tenantId}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"id": {{$card_id}}, "organization": {"id": {{$org_id}}}, "template": {"name": "leaderboard"}, "title": "{{$title}}", "description": "{{$description}}", "summary": "{{$summary}}", "configuration": {{$configuration}} }'"}