1
0
Fork 0

fix(api): Training should ref NewTraining not Training (self)

This commit is contained in:
Vojtěch Mareš 2024-04-27 21:08:36 +02:00
parent bf3cd40d9b
commit 11f610f992
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -580,7 +580,7 @@ components:
- price
Training:
allOf:
- $ref: "#/components/schemas/Training"
- $ref: "#/components/schemas/NewTraining"
- type: object
properties:
id: