strautomator / web

Strautomator Web / API
https://strautomator.com/
MIT License
32 stars 2 forks source link

Allow muting activities #4

Closed mschmiedel closed 2 years ago

mschmiedel commented 2 years ago

Hi,

Yesterday I tested muting activities per api, and I was successful, it does work, although not officially documented by Strava...

I was able to send this kind of request to the PUT /activity/{id} endpoint:

{ "hide_from_home": true }

Would it be possible to add this as an action to strautomator?

I remember having added this issue, but could not find it today, so I am reposting, feel free to delete it if for some reason it doubles...

mschmiedel commented 2 years ago

Now I see, I had added it to the backend repo as an issue... ;) So feel free to close one of the issues...

igoramadas commented 2 years ago

Sure thing! I will check it myself and create the new recipe action type later today.

Thanks for the tip @mschmiedel!

igoramadas commented 2 years ago

Core changes are ready: https://github.com/strautomator/core/issues/8