Merge pull request #4677 from minrk/expires_in_validate

Improve validation, docs for token.expires_in
This commit is contained in:
Erik Sundell
2024-01-25 00:19:33 +01:00
committed by GitHub
3 changed files with 23 additions and 3 deletions

View File

@@ -572,9 +572,10 @@ paths:
properties:
expires_in:
type: number
example: 3600
description:
lifetime (in seconds) after which the requested token
will expire.
will expire. Omit, or specify null or 0 for no expiration.
note:
type: string
description: A note attached to the token for future bookkeeping