Skip to content

Commit 41f9a1f

Browse files
Daniel Jonesclaude
andcommitted
style(v3-languages): simplify include=external wording
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bf2a104 commit 41f9a1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api-reference/languages/retrieve-supported-languages-by-resource.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ to request additional languages and features based on their availability status:
165165
| **Value** | **Effect** |
166166
|---|---|
167167
| `beta` | Includes languages and features in beta, in addition to stable |
168-
| `external` | Includes features that rely on external providers (orthogonal to stability level) |
168+
| `external` | Includes features that rely on third-party service providers |
169169

170170
Values can be combined with repeated parameters: `?include=beta&include=external`.
171171

api-reference/languages/v3-languages-changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ By default (no parameter), only stable languages and features are returned.
6565
| **Value** | **Effect** |
6666
|---|---|
6767
| `beta` | Includes languages and features in beta, in addition to stable |
68-
| `external` | Includes features that rely on external providers (orthogonal to stability level) |
68+
| `external` | Includes features that rely on third-party service providers |
6969

7070
Values are composable via repeated parameters: `?include=beta&include=external`.
7171

api-reference/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ paths:
21182118
(e.g. `?include=beta&include=external`).
21192119
21202120
- `beta`: Include languages and features in beta, in addition to stable
2121-
- `external`: Include features that rely on external providers (orthogonal to stability level)
2121+
- `external`: Include features that rely on third-party service providers
21222122
responses:
21232123
200:
21242124
description: JSON array where each item represents a supported language.

0 commit comments

Comments
 (0)