Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2489,8 +2489,15 @@ components:
example: Department
attributes:
type: object
required:
- id
- name
properties:
id:
type: integer
example: 1
name:
type: string
example: Marketing
type:
$ref: '#/components/schemas/TypeEnum'
Expand Down