14 lines
320 B
YAML
14 lines
320 B
YAML
Display all workouts for a person
|
|
Displays stats and a list of all people and there rep maxes for each exercise
|
|
---
|
|
tags:
|
|
- Person
|
|
parameters:
|
|
- name: person_id
|
|
in: path
|
|
type: number
|
|
equired: true
|
|
responses:
|
|
200:
|
|
description: A list of all people and there rep maxes for each exercise
|