From 11f610f9928cc739c034ef4c987a3ebc80296780 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 27 Apr 2024 21:08:36 +0200 Subject: [PATCH] fix(api): Training should ref NewTraining not Training (self) --- api/v1/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/openapi.yaml b/api/v1/openapi.yaml index 0e93e59..ce998f0 100644 --- a/api/v1/openapi.yaml +++ b/api/v1/openapi.yaml @@ -580,7 +580,7 @@ components: - price Training: allOf: - - $ref: "#/components/schemas/Training" + - $ref: "#/components/schemas/NewTraining" - type: object properties: id: