|
1220 | 1220 | }, |
1221 | 1221 | "/v2/glossary-language-pairs": { |
1222 | 1222 | "get": { |
| 1223 | + "deprecated": true, |
1223 | 1224 | "tags": [ |
1224 | 1225 | "ManageGlossaries" |
1225 | 1226 | ], |
1226 | 1227 | "summary": "List Language Pairs Supported by Glossaries", |
1227 | | - "description": "Retrieve the list of language pairs supported by the glossary feature.", |
| 1228 | + "description": "**Deprecated.** Use `GET /v3/languages?resource=glossary` instead, which returns per-language\navailability including source and target roles.\n\nRetrieve the list of language pairs supported by the glossary feature.", |
1228 | 1229 | "operationId": "listGlossaryLanguages", |
1229 | 1230 | "responses": { |
1230 | 1231 | "200": { |
|
2623 | 2624 | }, |
2624 | 2625 | "/v2/languages": { |
2625 | 2626 | "get": { |
| 2627 | + "deprecated": true, |
2626 | 2628 | "tags": [ |
2627 | 2629 | "MetaInformation" |
2628 | 2630 | ], |
2629 | 2631 | "summary": "Retrieve Supported Languages", |
2630 | | - "operationId": "getLanguages", |
| 2632 | + "description": "**Deprecated.** Use `GET /v3/languages?resource=translate_text` (or the appropriate resource)\ninstead. See the [migration guide](https://developers.deepl.com/api-reference/languages/migrate-from-v2-languages)\nfor details.", |
| 2633 | + "operationId": "getLanguagesV2", |
2631 | 2634 | "parameters": [ |
2632 | 2635 | { |
2633 | 2636 | "name": "type", |
|
2864 | 2867 | "/v3/languages/resources": { |
2865 | 2868 | "get": { |
2866 | 2869 | "tags": [ |
2867 | | - "MetaInformation", |
2868 | | - "beta" |
| 2870 | + "MetaInformation" |
2869 | 2871 | ], |
2870 | | - "x-beta": true, |
2871 | 2872 | "summary": "Retrieve Language Resources", |
2872 | 2873 | "operationId": "getLanguageResources", |
2873 | 2874 | "description": "Returns all DeepL API resources and the features they support.\n\nFor each feature, the response indicates which languages must support it for the feature to be\navailable \u2014 source only (`needs_source_support`), target only (`needs_target_support`), or both.\nThis allows clients to determine feature availability for a language pair by checking the\nappropriate language's `features` object returned by `GET /v3/languages`.", |
|
3014 | 3015 | "/v3/languages": { |
3015 | 3016 | "get": { |
3016 | 3017 | "tags": [ |
3017 | | - "MetaInformation", |
3018 | | - "beta" |
| 3018 | + "MetaInformation" |
3019 | 3019 | ], |
3020 | | - "x-beta": true, |
3021 | 3020 | "summary": "Retrieve Languages", |
3022 | 3021 | "operationId": "getLanguages", |
3023 | 3022 | "description": "Returns languages supported by the specified DeepL API resource. Each language indicates whether it can\nbe used as a source language, a target language, or both, along with the features it supports for that\nresource.", |
|
0 commit comments