Update from code changes: document OpenAPI file uploads - #6863
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Update from code changes updated this PR. Updated localized upload terminology, SEO metadata, and prose consistency Source PRs
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
Document OpenAPI 3.1 file-upload schemas and their API Playground behavior.
Changes
contentMediaTypeand optionalcontentEncodingconfiguration.multipart/form-datarequest-body example and clarify supported media types.Source change: https://github.com/mintlify/mint/pull/9788
Note
Low Risk
Documentation-only changes to MDX guides with no runtime or security impact.
Overview
Adds a Configure file uploads section to the OpenAPI setup guide (English, Spanish, French, and Chinese), placed after base URL / servers configuration and before authentication.
The new content explains how OpenAPI 3.1 multipart file fields work in the API playground: string schemas with a binary
contentMediaType, optionalcontentEncoding(includingbase64/base64urlvs binary handling), amultipart/form-dataJSON example, which MIME types count as uploads, and that legacyformat: "binary"/format: "base64"remain supported. Localized pages use aconfigure-file-uploadsanchor where the English page uses a plain heading. The Chinese page also expands the frontmatter description to mention file uploads and related setup topics.Reviewed by Cursor Bugbot for commit 9ac2a0d. Bugbot is set up for automated code reviews on this repo. Configure here.
Mintlify
2 threads from 1 user in Mintlify
Preview deployment for your docs. Learn more about Mintlify Previews.
Update history