Skip to content

Commit 7ab761e

Browse files
authored
Merge pull request #81 from muller/master
Add /attributes endpoint
2 parents e5dba6b + 88f67c4 commit 7ab761e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

personio-personnel-data-api-oa3.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,20 @@ paths:
881881
message: 'Es ist ein Problem aufgetreten '
882882

883883
"/company/employees/custom-attributes":
884+
get:
885+
security:
886+
- BearerAuth: []
887+
tags:
888+
- Employees
889+
description: "This endpoint is an alias for `/company/employees/attributes`."
890+
parameters:
891+
- $ref: "#/components/parameters/XPersonioPartnerID"
892+
- $ref: "#/components/parameters/XPersonioAppID"
893+
responses:
894+
"200":
895+
description: "Please refer to `/company/employees/attributes`"
896+
897+
"/company/employees/attributes":
884898
get:
885899
security:
886900
- BearerAuth: []

0 commit comments

Comments
 (0)