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"=>"raising and lowering the body using the arms"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
[{"exercise_id":"403829","status":"updated"}]