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
|
||||
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:
|
||||
|
|
|
|||
Reference in a new issue