Skip to content

Renaming activities? #88

@jat255

Description

@jat255

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions