1
0
Fork 0

refactor(api): remove training.description field

This commit is contained in:
Vojtěch Mareš 2024-10-10 20:00:53 +02:00
parent 61eea22759
commit 3c2fe79ac8
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -164,8 +164,6 @@ components:
type: string type: string
slug: slug:
type: string type: string
description:
type: string
days: days:
type: integer type: integer
minimum: 1 minimum: 1
@ -177,7 +175,6 @@ components:
$ref: "#/components/schemas/TrainingPrice" $ref: "#/components/schemas/TrainingPrice"
required: required:
- name - name
- description
- days - days
- pricing - pricing
Training: Training: