Skip to content

Fix data connector body nullable and replace Slack examples#432

Merged
ellicenelson merged 1 commit intomainfrom
ellicenelson/release-dc-write-scope
Mar 31, 2026
Merged

Fix data connector body nullable and replace Slack examples#432
ellicenelson merged 1 commit intomainfrom
ellicenelson/release-dc-write-scope

Conversation

@ellicenelson
Copy link
Copy Markdown
Contributor

@ellicenelson ellicenelson commented Mar 31, 2026

Why?

The OpenAPI spec incorrectly marks the data connector body field as nullable: true, but the API returns "" (empty string) when unset — not null. This causes SDK code generators to produce incorrect nullable types. Example data also referenced Slack unnecessarily.

How?

Remove nullable: true from the body field in all 3 data connector schemas (create_data_connector_request, update_data_connector_request, data_connector_detail). Replace "Slack Notification Service" examples with "Order Status Service".

Companion PRs

Generated with Claude Code

@ellicenelson ellicenelson merged commit 1952aa5 into main Mar 31, 2026
3 checks passed
@ellicenelson ellicenelson deleted the ellicenelson/release-dc-write-scope branch March 31, 2026 16:15
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