1
0
mirror of synced 2025-12-19 18:14:56 -05:00

fix: Add explicit refresh_request_body and fix migration guide header

Co-Authored-By: suisui.xia@airbyte.io <suisui.xia@airbyte.io>
This commit is contained in:
Devin AI
2025-12-18 19:25:28 +00:00
parent e8968a9cd1
commit d74b7d6bfa
2 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,11 @@ definitions:
token_refresh_endpoint: "https://{{ config['subdomain'] }}.zendesk.com/oauth/tokens"
refresh_request_headers:
Content-Type: "application/json"
refresh_request_body:
grant_type: "refresh_token"
refresh_token: "{{ config['credentials']['refresh_token'] }}"
client_id: "{{ config['credentials']['client_id'] }}"
client_secret: "{{ config['credentials']['client_secret'] }}"
refresh_token_updater:
refresh_token_name: refresh_token
access_token_config_path:

View File

@@ -1,7 +1,7 @@
import MigrationGuide from '@site/static/_migration_guides_upgrade_guide.md';
# Zendesk Support Migration Guide
import MigrationGuide from '@site/static/_migration_guides_upgrade_guide.md';
## Upgrading to 4.0.0
The pagination strategy has been changed from `Offset` to `Cursor-Based`. It is necessary to reset the stream.