Skip to content

chore: normalize openapi.json to the sync script's UTF-8 output - #149

Merged
Him188 merged 1 commit into
mainfrom
chore/normalize-openapi-escapes
Aug 18, 2026
Merged

chore: normalize openapi.json to the sync script's UTF-8 output#149
Him188 merged 1 commit into
mainfrom
chore/normalize-openapi-escapes

Conversation

@Him188

@Him188 Him188 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

#148 merged the outbound-calls spec written via Python's json.dump, which escapes non-ASCII characters ( and friends), while scripts/update-openapi.mjs writes literal UTF-8 — semantically identical JSON, but the check-openapi textual diff against prod stayed red. This re-runs the official sync script now that prod serves /v1/agent/phone-calls (platform-api #1433 deployed), making the committed file byte-for-byte canonical.

Verified: /v1/agent/phone-calls present, zero semantic change.

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

The FA-227 outbound-calls merge (#148) wrote the spec via Python's
json.dump, which escapes non-ASCII (— etc.); the check-openapi CI
diff is textual, so it stayed red against prod. Re-running
scripts/update-openapi.mjs restores the canonical byte-for-byte output —
no semantic change, and /v1/agent/phone-calls is now served by prod
(platform-api #1433).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Aug 18, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hanabiaiinc 🔴 Failed Aug 18, 2026, 8:22 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@Him188
Him188 merged commit c884460 into main Aug 18, 2026
6 checks passed
@Him188
Him188 deleted the chore/normalize-openapi-escapes branch August 18, 2026 20:21
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.

1 participant