Clarification on order Parameter in /api/v2/setting/{id}/ and /api/v2/set/{id}/ APIs #1858
Replies: 2 comments
-
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? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Hi, could you please clarify what the
order
parameter 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?
Beta Was this translation helpful? Give feedback.
All reactions