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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

[{"exercise_id":"403829","status":"created"}]