Skip to content
New issue

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

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

Already on GitHub? # to your account

Renaming activities? #88

Open
jat255 opened this issue Jan 6, 2025 · 0 comments · May be fixed by #89
Open

Renaming activities? #88

jat255 opened this issue Jan 6, 2025 · 0 comments · May be fixed by #89

Comments

@jat255
Copy link

jat255 commented Jan 6, 2025

Thanks for your great library! I'm using it in https://github.com/jat255/fit_file_uploader to automate some activity file handling and it's been super useful.

I was wondering if it would be possible to support renaming activities? So far as I can glean from the request in the DevTools, this is done by a POST request to

https://connect.garmin.com/activity-service/activity/{activity_id}

With a payload as follows:

{
    "activityId": 10234567890,  // int
    "activityName": "new name as str" // str
}

Looking at the client implementation in http.py, it doesn't look too bad and I could probably submit a PR for this, if you want.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant