Refactor route validations to decorators
This commit is contained in:
13
swagger/get_person.yml
Normal file
13
swagger/get_person.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user