Skip to content

docs: Fix data_connector schema fields to match API response#408

Merged
ellicenelson merged 1 commit intomainfrom
ellicenelson/fix-dc-schema-fields
Mar 16, 2026
Merged

docs: Fix data_connector schema fields to match API response#408
ellicenelson merged 1 commit intomainfrom
ellicenelson/fix-dc-schema-fields

Conversation

@ellicenelson
Copy link
Contributor

@ellicenelson ellicenelson commented Mar 16, 2026

Why?

The data_connector schema in the Unstable OpenAPI spec has fields that don't match the actual API response. The API returns direct_fin_usage (boolean), created_by_admin_id, and updated_by_admin_id, but the schema documents usage (string enum) and omits the admin ID fields.

How?

Replaces usage with direct_fin_usage in the schema and example response. Adds created_by_admin_id and updated_by_admin_id fields.

Companion PR:

Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ellicenelson ellicenelson merged commit 6f0a378 into main Mar 16, 2026
3 checks passed
@ellicenelson ellicenelson deleted the ellicenelson/fix-dc-schema-fields branch March 16, 2026 15:19
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