refactor(api): remove training.description field
This commit is contained in:
parent
61eea22759
commit
3c2fe79ac8
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Reference in a new issue