wiki.techinc.nl/includes/Rest/coreDevelopmentRoutes.json
daniel 84fe1b9ccd REST: Introduce discovery endpoint
The discovery endpoint provides basic information about accessing the
wiki's APIs, as well as a directory of available modules.

Bug: T365753
Change-Id: I161aa68566da91867b650e13c8aadc87cd0c428c
2024-09-20 17:02:59 +00:00

8 lines
78 B
JSON

[
{
"path": "/",
"redirect": {
"path": "/specs/v0/discovery"
}
}
]