mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Fix invalid API route in docs for .cdb.json
schema (#416)
This commit is contained in:
parent
72b4029ed3
commit
4c98063d6a
@ -445,6 +445,6 @@ Supported query parameters:
|
|||||||
* `high_reviewed`: highest reviewed
|
* `high_reviewed`: highest reviewed
|
||||||
* GET `/api/welcome/v1/` ([View](/api/welcome/v1/)) - in-menu welcome dialog. Experimental (may change without warning)
|
* GET `/api/welcome/v1/` ([View](/api/welcome/v1/)) - in-menu welcome dialog. Experimental (may change without warning)
|
||||||
* `featured`: featured games
|
* `featured`: featured games
|
||||||
* GET `/api/cdb_schema/` ([View](/api/schema/))
|
* GET `/api/cdb_schema/` ([View](/api/cdb_schema/))
|
||||||
* Get JSON Schema of `.cdb.json`, including licenses, tags and content warnings.
|
* Get JSON Schema of `.cdb.json`, including licenses, tags and content warnings.
|
||||||
* See [JSON Schema Reference](https://json-schema.org/).
|
* See [JSON Schema Reference](https://json-schema.org/).
|
Loading…
Reference in New Issue
Block a user