Clarification on order Parameter in /api/v2/setting/{id}/ and /api/v2/set/{id}/ APIs #1858
vanshaj-pahwa
started this conversation in
General
Replies: 2 comments 1 reply
|
hi! the order allows changing the order of sets (e.g. per drag and drop). To add an exercise over the api, you need to
Also note that the way the routines work is going to change massively once this pr is merged #1827 What are you trying to do? |
0 replies
|
Hi! I am integrating the API with the UI where users can add weights and reps. From what I understand, we first need to create a set and then create a setting where we specify the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, could you please clarify what the
orderparameter represents and what its expected value should be in the request body for the/api/v2/setting/{id}/and/api/v2/set/{id}/APIs?Additionally, how can we add a set for a particular exercise using API with weight, reps?
All reactions