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
|
- price
|
||||||
Training:
|
Training:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: "#/components/schemas/Training"
|
- $ref: "#/components/schemas/NewTraining"
|
||||||
- type: object
|
- type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
|
|
||||||
Reference in a new issue