1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
b437b64a94
fix(api): add missing x-oapi-codegen-middlewares and x-go-package
- for middlewares
- oapi-codegen/runtime
2024-04-30 08:17:21 +02:00
9c4d42c26d
fix(api): createTrainingDateAttendee missing golang uuid type 2024-04-30 07:52:51 +02:00
14e2ed90ac
refactor(api): replace application/json mime type with application/problem+json for any error / problem detail responses
See: https://datatracker.ietf.org/doc/html/rfc7807#section-6.1
2024-04-28 14:09:22 +02:00
bf08fc2e71
refactor(api): default response -> 500, Unexepected error -> Internal error 2024-04-27 21:20:50 +02:00
32038981f6
refactor(api): replace Error schema with ProblemDetails (RFC 7807) 2024-04-27 21:15:49 +02:00
04d261bb5d
feat(api): add PUT /trainings/{trainingID}/dates/{dateID} to modify date 2024-04-27 21:10:10 +02:00
87d432dd52
feat(api): use custom types for uuid types 2024-04-27 21:09:38 +02:00
11f610f992
fix(api): Training should ref NewTraining not Training (self) 2024-04-27 21:08:36 +02:00
bf3cd40d9b
feat(api): add company field to trainingdateattendee 2024-03-02 16:36:52 +01:00
667b142aa2
feat(api): add NewTrainingDate component 2024-03-02 16:36:07 +01:00
d1e0607812
feat(openapi): add tags 2024-02-28 21:18:46 +01:00
14587e612f
fix(openapi): move price to component 2024-02-28 21:06:35 +01:00
bb8e1aceb1
fix(openapi): missing NewTrainingFeedback component and do not use properties when using $ref 2024-02-28 20:53:59 +01:00
f679dff15d
feat: add v1 openapi spec 2024-02-28 20:17:27 +01:00