From 3c2fe79ac8770ba10f4e27f387475d4da049f6e3 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 10 Oct 2024 20:00:53 +0200 Subject: [PATCH] refactor(api): remove training.description field --- api/openapi.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 903b5b1..fd4c5e8 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -164,8 +164,6 @@ components: type: string slug: type: string - description: - type: string days: type: integer minimum: 1 @@ -177,7 +175,6 @@ components: $ref: "#/components/schemas/TrainingPrice" required: - name - - description - days - pricing Training: