Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mschmiedel opened this issue Oct 10, 2021 · 1 comment
Closed

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

mschmiedel opened this issue Oct 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@mschmiedel
Copy link

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 igoramadas added the enhancement New feature or request label Oct 11, 2021
@igoramadas
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants