Conversation
cce0b31 to
b245a45
Compare
| @@ -0,0 +1,4 @@ | |||
| --- | |||
| openapi: get /v3/languages/exceptions | |||
| title: "Retrieve language pair exceptions [BETA]" | |||
There was a problem hiding this comment.
Do you want these beta's in the URLs? Unless you want to hide the URLs for the time being, you'll eventually need to redirect these to the ultimate URLs... but I also don't know your entire scheme here.
There was a problem hiding this comment.
Good question, I'll check. We want to limit discovery at first, so I'll remove the beta from the URLs and hide them in the sidebar.
api-reference/api-reference/retrieve-languages/retrieve-supported-languages-by-product-beta.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| ## Products list | ||
|
|
||
| The `product` query parameter identifies which DeepL API product you are querying language support for: |
There was a problem hiding this comment.
Without an example, I can't actually tell what this would return.
My hope is that passing in, say, "glossary", would return only information about languages supported in glossaries. (Presumably we will support the same source and target languages.)
Of course, if I'm right, the "features" property would be redundant. But I imagine you return it anyway for consistency.
No description provided.