Update an exercise

PUT {{base_url}}/exercises/:exerciseId

A PUT to the /exercises/:exercise_id endpoint allows your application to update an existing exercise.

Request Body

{"exercise_id"=>"403829", "description"=>"starting in plank position, raising and lowering the body using the arms"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

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