File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ servers:
1919- url : https://api-free.deepl.com
2020 description : DeepL API Free
2121tags :
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 : |-
You can’t perform that action at this time.
0 commit comments