diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index f16c1e4..0c50c86 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -1601,7 +1601,7 @@ components: type: object properties: label: - example: id + example: ID value: example: 1 first_name: @@ -1752,6 +1752,8 @@ components: $ref: "#/components/schemas/WorkSchedule" absence_entitlement: $ref: "#/components/schemas/AbsenceEntitlement" + team: + $ref: "#/components/schemas/Team" EmployeesResponse: title: List of Employees @@ -1768,7 +1770,7 @@ components: example: Employee attributes: $ref: "#/components/schemas/Employee" - + EmployeeResponse: title: Employee allOf: