1
0
mirror of https://gitea.invidious.io/iv-org/documentation synced 2025-04-23 09:37:18 +02:00

Add missing language param to documentation

This commit is contained in:
Omar Roth 2019-07-18 17:32:59 -05:00 committed by Perflyst
parent 7c38358ffa
commit 41caa5c215

4
API.md

@ -1,3 +1,7 @@
### Language
All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fields into the desired language. A list of languages are provided in [List of URL parameters](https://github.com/omarroth/invidious/wiki/List-of-URL-parameters).
### Pretty
All endpoints that return a JSON body support `&pretty=1` for printing the response as formatted JSON.