Skip to content

Commit

Permalink
[NO-PAPI] Adjust auth v1
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedoliak committed Oct 20, 2023
1 parent 8ca8856 commit 3986cf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions personio-auth-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ paths:
success: true
data:
token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vYXBpLmRldi5wZXJzb25pby5kZTozMDAwMS92MS9hdXRoIiwiaWF0IjoxNDg5MDkxMzA2LCJleHAiOjE0ODkxNzc3MDYsIm5iZiI6MTQ4OTA5MTMwNiwianRpIjoiZmU1ZjkxOGY2MDZjOWI4OGMwMzM0ZmJkZjkyYzkwMzgiLCJzdWIiOiJPR014TVdRd1kySmxZbVF6Tm1RNVpqQmxOell6WmpsaSJ9.QZZCdlDjmL-LYdoDx2XLUfhwTdcjDgm9h4t-6JoACiM"
expires_in: 86400
scope: employees:read absences:read
components:
schemas:
Response:
Expand All @@ -87,3 +89,7 @@ components:
properties:
token:
type: string
expires_in:
type: number
scope:
type: string

0 comments on commit 3986cf3

Please sign in to comment.