Skip to content

Add url, body, headers, and token_ids to data connector schemas#430

Merged
ellicenelson merged 1 commit intomainfrom
ellicenelson/add-sensitive-dc-fields
Mar 31, 2026
Merged

Add url, body, headers, and token_ids to data connector schemas#430
ellicenelson merged 1 commit intomainfrom
ellicenelson/add-sensitive-dc-fields

Conversation

@ellicenelson
Copy link
Copy Markdown
Contributor

@ellicenelson ellicenelson commented Mar 30, 2026

Why?

The Data Connectors API now exposes url, body, and redacted headers in responses, and accepts token_ids on create/update. The OpenAPI spec needs to reflect these fields.

How?

Adds url (nullable), body (nullable), and headers (with redacted "****" values) to the data_connector_detail response schema. Adds token_ids (array of strings) to both create_data_connector_request and update_data_connector_request.

Related PRs

  • intercom/intercom#490345
  • intercom/developer-docs#807

Generated with Claude Code

@ellicenelson ellicenelson merged commit c43932d into main Mar 31, 2026
3 checks passed
@ellicenelson ellicenelson deleted the ellicenelson/add-sensitive-dc-fields branch March 31, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants