From 8d6052d3bd8f4b728556b4d3cd49588ab103c34d Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 10 Oct 2024 20:08:43 +0200 Subject: [PATCH] refactor(api): remove slug from training component and remove TrainingSlug --- api/openapi.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index d34e9ca..92186ed 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -110,13 +110,6 @@ components: description: ID of the training schema: $ref: "#/components/schemas/TrainingID" - TrainingSlug: - name: trainingSlug - in: path - required: true - description: Slug of the training - schema: - type: string # Models schemas: TrainingID: @@ -130,8 +123,6 @@ components: properties: name: type: string - slug: - type: string days: type: integer format: int8 @@ -159,7 +150,6 @@ components: type: boolean required: - id - - slug - published - retired TrainingPrice: