Skip to content

Commit

Permalink
Merge pull request #174 from oleglfed/task/auth-update-
Browse files Browse the repository at this point in the history
Add new parameters to API v1 auth
  • Loading branch information
oleglfed authored Oct 21, 2023
2 parents 8ca8856 + 3986cf3 commit 4ac614a
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 4ac614a

Please sign in to comment.