Skip to content

Add create and delete data connector endpoints to Unstable spec#415

Merged
ellicenelson merged 1 commit intomainfrom
ellicenelson/add-create-delete-dc-endpoint
Mar 20, 2026
Merged

Add create and delete data connector endpoints to Unstable spec#415
ellicenelson merged 1 commit intomainfrom
ellicenelson/add-create-delete-dc-endpoint

Conversation

@ellicenelson
Copy link
Contributor

@ellicenelson ellicenelson commented Mar 20, 2026

Why?

The Data Connectors public API is being extended with create and delete capabilities. The implementation PR adds POST /data_connectors and DELETE /data_connectors/{id} to the Intercom monolith — this PR adds the corresponding OpenAPI documentation to the Unstable spec.

How?

Adds path definitions, request/response examples, and component schemas (create_data_connector_request, deleted_data_connector_object) to the Unstable spec. Response examples are validated against actual API responses from local testing.

Related PRs

Generated with Claude Code

@ellicenelson ellicenelson force-pushed the ellicenelson/add-create-delete-dc-endpoint branch 2 times, most recently from 17371d9 to 9f53ebc Compare March 20, 2026 14:22
@ellicenelson ellicenelson force-pushed the ellicenelson/add-create-delete-dc-endpoint branch from 9f53ebc to 4badb49 Compare March 20, 2026 14:30
@ellicenelson ellicenelson marked this pull request as ready for review March 20, 2026 14:40
@ellicenelson ellicenelson merged commit d4b26c5 into main Mar 20, 2026
3 checks passed
@ellicenelson ellicenelson deleted the ellicenelson/add-create-delete-dc-endpoint branch March 20, 2026 14:41
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