fix(api): createTrainingDateAttendee missing golang uuid type
This commit is contained in:
parent
c2454a8298
commit
9c4d42c26d
2 changed files with 42 additions and 36 deletions
|
|
@ -402,12 +402,18 @@ paths:
|
|||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
x-go-type: training.ID
|
||||
x-go-type-import:
|
||||
path: gitlab.mareshq.com/hq/backoffice/backoffice-api/pkg/training
|
||||
- name: dateID
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
x-go-type: training.DateID
|
||||
x-go-type-import:
|
||||
path: gitlab.mareshq.com/hq/backoffice/backoffice-api/pkg/training
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
|
|
|
|||
Reference in a new issue