GabrielBBaldez commented on PR #11030:
URL: https://github.com/apache/seatunnel/pull/11030#issuecomment-4662035954
Thanks for the detailed review @DanielLeens! Addressed both points:
- **Issue 1 (docs config contract):** updated `docs/en` and `docs/zh` to use
`content_field` (the real `HttpSourceOptions` key) instead of `content_json`,
and corrected the documented default for `format` to `text` to match the base
HTTP connector. Kept `format = "json"` explicitly in the example.
- **Issue 2:** added `ZendeskSourceParameterTest` covering the
`Authorization: Basic base64({email}/token:{api_token})` header, the `Accept`
header, and preservation of existing custom headers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]