Skip to content

Commit b119cc5

Browse files
author
Josh Sager
committed
Changed language for app expiry
Changed the description to be more clear as to what steps to take based on what the return value of expiry is. If it's a public app no refresh token is created. If it's a private app, a refresh token is created and never expires, so the API is correct in its map output.
1 parent 232a79a commit b119cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14450,8 +14450,8 @@ components:
1445014450
type: string
1445114451
format: date-time
1445214452
description: >
14453-
When this app's access token expires. Please note that apps may still have active
14454-
refresh tokens after this time passes.
14453+
When the app's access to your account expires. If `null`, the app's
14454+
access must be revoked manually.
1445514455
example: '2018-01-15T00:01:01'
1445614456
readOnly: true
1445714457
x-linode-cli-display: 6

0 commit comments

Comments
 (0)