docs(v3-languages): document latest API changes#332
Merged
daniel-jones-dev merged 4 commits intomainfrom May 5, 2026
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
3 tasks
Closed
6 tasks
5ed444c to
56bb1d2
Compare
56bb1d2 to
40ff854
Compare
40ff854 to
4166602
Compare
Applies all 5 planned changes shipping at GA:
- Rename `product` → `resource` (query param + /products → /resources endpoint)
- Replace `features` array with object (keys = feature names, values = {status})
- Add `status` field to language objects (stable/beta/early_access)
- Add `include` query param (beta, external)
- Rename `custom_instructions` feature → `style_rules`
Updates changelog, overview, use-cases, migration guide, nav group name.
openapi.json is regenerated by CI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4166602 to
17315fa
Compare
Bold table headers, trim <Info> callout to 2 sentences, fix json->text on commented code block, replace -- with period, update descriptions to action-oriented form, fix future tense in changelog intro. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rename retrieve-{supported-,}languages-by-product.mdx to -by-resource,
update all internal links, and add redirects in docs.json.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1f31c51 to
41f9a1f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Applies all 5 planned changes to the v3/languages endpoints shipping approx May 5 2026.
product→resource: query param onGET /v3/languages, endpoint/v3/languages/products→/v3/languages/resourcesfeaturesarray → object: languagefeaturesis now a dict keyed by feature name, value{status: string}statusfield: new required field on every language object (stable,beta,early_access)includequery param:GET /v3/languagesnow accepts?include=betaand?include=external(composable)custom_instructionsfeature →style_rules: affects feature keys returned per language andGET /v3/languages/resources; thecustom_instructionstranslate endpoint parameter is unchangedUpdates:
openapi.yaml+ regeneratedopenapi.json, overview, use-cases pseudocode, migration guide, changelog (planned changes moved to dated entries, Planned section removed), nav group renamed.Test plan
GET /v3/languages?resource=translate_textrenders correctly in Mintlify previewGET /v3/languages/resourcesrenders correctlystyle_rulesrow present,custom_instructionsgoneincludeparam section renders?resource=and dict features formatmint broken-links --check-anchors🤖 Generated with Claude Code