Update Activity
documentedUpdate a specific activity owned by the authenticated athlete.
PUT /activities/{id}Activitiesno 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://www.strava.com/api/v3/activities/{{$id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "sport_type": "{{$sport_type}}", "description": "{{$description}}", "gear_id": "{{$gear_id}}", "commute": {{$commute}}, "trainer": {{$trainer}}, "hide_from_home": {{$hide_from_home}}}'}