From b119cc5b24b1ea1e69052c45356beef495fe2e03 Mon Sep 17 00:00:00 2001 From: Josh Sager Date: Fri, 18 Sep 2020 11:12:49 -0400 Subject: [PATCH] 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. --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 3edd095fb..667045d5c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14450,8 +14450,8 @@ components: type: string format: date-time description: > - When this app's access token expires. Please note that apps may still have active - refresh tokens after this time passes. + When the app's access to your account expires. If `null`, the app's + access must be revoked manually. example: '2018-01-15T00:01:01' readOnly: true x-linode-cli-display: 6