1
0
Fork 0

fix(api): createTrainingDateAttendee missing golang uuid type

This commit is contained in:
Vojtěch Mareš 2024-04-30 07:52:51 +02:00
parent c2454a8298
commit 9c4d42c26d
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 42 additions and 36 deletions

View file

@ -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: