I have seen the Channels Client API reference:
But this does not include Server API calls.
I have seen mentions of Server methods in messages here. For example:
PUT to http://127.0.0.1:8089/dvr/hacks/mcebuddy
PUT to http://127.0.0.1:8089/dvr/lineups/x-m3u
PUT to http://127.0.0.1:8089/dvr/pruner/deleted
I can also use Chrome Developer Tools to discover other server API calls:
PUT to http://127.0.0.1:8089/dvr/scanner/scan
However, this is all cumbersome and piecemeal.
It will be extremely helpful if you can publish the Server API in a consolidated document. Even better, add an OpenAPI/Swagger endpoint to provide that documentation.

