Add an exercise
POST {{base_url}}/exercises
A POST
to the /exercises
endpoint allows your application to create a new exercise.
Request Body
{"name"=>"exercises", "description"=>"raising and lowering the body using the arms", "muscles_worked"=>["pectorals", "triceps", "anterior deltoids"], "difficulty"=>"intermediate"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
[{"exercise_id":"403829","status":"created"}]