Skip to content

Commit 6670b40

Browse files
committed
fix title, description, and default values for refresh token updater
1 parent d42bdbe commit 6670b40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,8 +1339,8 @@ definitions:
13391339
examples:
13401340
- "%Y-%m-%d %H:%M:%S.%f+00:00"
13411341
refresh_token_updater:
1342-
title: Token Updater
1343-
description: When the token updater is defined, new refresh tokens, access tokens and the access token expiry date are written back from the authentication response to the config object. This is important if the refresh token can only used once.
1342+
title: Refresh Token Updater
1343+
description: When the refresh token updater is defined, new refresh tokens, access tokens and the access token expiry date are written back from the authentication response to the config object. This is important if the refresh token can only used once.
13441344
properties:
13451345
refresh_token_name:
13461346
title: Refresh Token Property Name
@@ -1355,7 +1355,7 @@ definitions:
13551355
type: array
13561356
items:
13571357
type: string
1358-
default: ["credentials", "access_token"]
1358+
default: ["access_token"]
13591359
examples:
13601360
- ["credentials", "access_token"]
13611361
- ["access_token"]
@@ -1365,7 +1365,7 @@ definitions:
13651365
type: array
13661366
items:
13671367
type: string
1368-
default: ["credentials", "refresh_token"]
1368+
default: ["refresh_token"]
13691369
examples:
13701370
- ["credentials", "refresh_token"]
13711371
- ["refresh_token"]
@@ -1375,7 +1375,7 @@ definitions:
13751375
type: array
13761376
items:
13771377
type: string
1378-
default: ["credentials", "token_expiry_date"]
1378+
default: ["token_expiry_date"]
13791379
examples:
13801380
- ["credentials", "token_expiry_date"]
13811381
refresh_token_error_status_codes:

0 commit comments

Comments
 (0)