Skip to content

Commit 7b1fb8a

Browse files
flagging v3/languages as beta in openapi
1 parent 59a2ac3 commit 7b1fb8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

api-reference/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ servers:
1919
- url: https://api-free.deepl.com
2020
description: DeepL API Free
2121
tags:
22+
- name: beta
23+
description: Experimental features that are under testing and not yet intended for production use.
2224
- name: TranslateText
2325
description: |-
2426
The text-translation API currently consists of a single endpoint, `translate`, which is described below.
@@ -1946,6 +1948,8 @@ paths:
19461948
get:
19471949
tags:
19481950
- MetaInformation
1951+
- beta
1952+
x-beta: true
19491953
summary: Retrieve Language Products
19501954
operationId: getLanguageProducts
19511955
description: |-
@@ -2055,6 +2059,8 @@ paths:
20552059
get:
20562060
tags:
20572061
- MetaInformation
2062+
- beta
2063+
x-beta: true
20582064
summary: Retrieve Languages
20592065
operationId: getLanguages
20602066
description: |-

0 commit comments

Comments
 (0)