strautomator / core

Strautomator Core
MIT License
41 stars 5 forks source link

Mute Activity is possible with Strava API... :) #8

Closed mschmiedel closed 2 years ago

mschmiedel commented 2 years ago

I just tried out the Strava API for the new mute functionality, and it seems to be possible. According to the swagger api, I managed to porperly update the mute flag for my activities using the v3 api.

the put /api/v3/activity/{id} works with the following body:

{ "hide_from_home": true }

This will cause the expected behavior, even though it is not officially supported by the strava API in UpdateableActivity... ;)

Can you add this rule to the strautomator?

igoramadas commented 2 years ago

Should be available with the new web deployment tonight. Closing it now.