1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

Update swagger.yaml

This commit is contained in:
Allan Bowe
2022-11-15 10:54:52 +00:00
committed by GitHub
parent bb054938c5
commit 96399ecbbe

View File

@@ -60,12 +60,12 @@ components:
accessTokenExpiration:
type: number
format: double
description: 'Number of seconds after which access token will expire'
description: 'Number of seconds after which access token will expire. Default is 86400 (1 day)'
example: 86400
refreshTokenExpiration:
type: number
format: double
description: 'Number of days after which access token will expire'
description: 'Number of seconds after which access token will expire. Default is 2592000 (30 days)'
example: 2592000
required:
- clientId