You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I almost have the API request written but I am struggling to find how to submit a workout without a GPX file.
Using the Swagger link in the readme.md, I see the first option is POST /import/{program} but I do not see any options of how to proceed.
I want to be able to create a new workout with the API as if I was creating a new manual workout in the WebUI. For instance to set the Workout Type to walking and the Name, Date, Duration, and Distance values. Also the Equipment from the list. After submission, the new record would show in the Workouts tab, and be included in all statistics just like a manually entered workout would be.
How can I achieve that? Thanks
The text was updated successfully, but these errors were encountered:
I almost have the API request written but I am struggling to find how to submit a workout without a GPX file.
Using the Swagger link in the readme.md, I see the first option is
POST /import/{program}
but I do not see any options of how to proceed.I want to be able to create a new workout with the API as if I was creating a new manual workout in the WebUI. For instance to set the Workout Type to
walking
and the Name, Date, Duration, and Distance values. Also the Equipment from the list. After submission, the new record would show in the Workouts tab, and be included in all statistics just like a manually entered workout would be.How can I achieve that? Thanks
The text was updated successfully, but these errors were encountered: