1
0
Fork 0

feat(api): add company field to trainingdateattendee

This commit is contained in:
Vojtěch Mareš 2024-03-02 16:36:52 +01:00
parent 667b142aa2
commit bf3cd40d9b
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -1,6 +1,6 @@
openapi: "3.1.0" openapi: "3.1.0"
info: info:
version: 1.2.0 version: 1.3.0
title: Backoffice API title: Backoffice API
license: license:
name: Proprietary name: Proprietary
@ -644,6 +644,8 @@ components:
id: id:
type: string type: string
format: uuid format: uuid
company:
type: string
required: required:
- id - id