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
27 changes: 27 additions & 0 deletions personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,25 @@ components:
balance:
type: number
example: 10.5

Project:
type: object
properties:
id:
type: integer
example: 1
type:
type: string
example: "Project"
attributes:
type: object
properties:
name:
type: string
example: "Project name"
active:
example: true
type: boolean

Attendance:
type: object
Expand Down Expand Up @@ -2525,6 +2544,14 @@ components:
- confirmed
- pending
- rejected
project:
$ref: "#/components/schemas/Project"
example:
id: 1
type: Project
attributes:
name: "Some project"
active: true

AttendanceCreateRequest:
type: object
Expand Down