feat(api): add company field to trainingdateattendee
This commit is contained in:
parent
667b142aa2
commit
bf3cd40d9b
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue