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"
|
||||
info:
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
title: Backoffice API
|
||||
license:
|
||||
name: Proprietary
|
||||
|
|
@ -644,6 +644,8 @@ components:
|
|||
id:
|
||||
type: string
|
||||
format: uuid
|
||||
company:
|
||||
type: string
|
||||
required:
|
||||
- id
|
||||
|
||||
|
|
|
|||
Reference in a new issue