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
33 changes: 30 additions & 3 deletions personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1643,9 +1643,32 @@ paths:
success:
type: boolean
example: false
message:
type: string
example: "Project 5 not found"
error:
type: object
properties:
code:
type: integer
message:
type: string
example: "Project 5 not found"
"409":
description: There are existing attendances for this project
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: object
properties:
code:
type: integer
message:
type: string
example: "There are existing attendances for this project."

patch:
security:
Expand Down Expand Up @@ -1705,6 +1728,10 @@ paths:
items:
type: string
example: "Active field needs to be of type boolean"
name:
type: string
description: This field would be included only if the new name is already used by another project
example: "Project name already exists"
"404":
description: Project not found
content:
Expand Down