fix(api): Training should ref NewTraining not Training (self)
This commit is contained in:
parent
bf3cd40d9b
commit
11f610f992
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ components:
|
|||
- price
|
||||
Training:
|
||||
allOf:
|
||||
- $ref: "#/components/schemas/Training"
|
||||
- $ref: "#/components/schemas/NewTraining"
|
||||
- type: object
|
||||
properties:
|
||||
id:
|
||||
|
|
|
|||
Reference in a new issue