@@ -12,17 +12,23 @@ basic authentication with the admin username and password.
1212## GET /api/apps
1313@copydoc confighttp::getApps()
1414
15- ## GET /api/logs
16- @copydoc confighttp::getLogs()
17-
1815## POST /api/apps
1916@copydoc confighttp::saveApp()
2017
18+ ## POST /api/apps/close
19+ @copydoc confighttp::closeApp()
20+
2121## DELETE /api/apps/{index}
2222@copydoc confighttp::deleteApp()
2323
24- ## POST /api/covers/upload
25- @copydoc confighttp::uploadCover()
24+ ## GET /api/clients/list
25+ @copydoc confighttp::getClients()
26+
27+ ## POST /api/clients/unpair
28+ @copydoc confighttp::unpair()
29+
30+ ## POST /api/clients/unpair-all
31+ @copydoc confighttp::unpairAll()
2632
2733## GET /api/config
2834@copydoc confighttp::getConfig()
@@ -33,29 +39,23 @@ basic authentication with the admin username and password.
3339## POST /api/config
3440@copydoc confighttp::saveConfig()
3541
36- ## POST /api/restart
37- @copydoc confighttp::restart ()
42+ ## POST /api/covers/upload
43+ @copydoc confighttp::uploadCover ()
3844
39- ## POST /api/reset-display-device-persistence
40- @copydoc confighttp::resetDisplayDevicePersistence ()
45+ ## GET /api/logs
46+ @copydoc confighttp::getLogs ()
4147
4248## POST /api/password
4349@copydoc confighttp::savePassword()
4450
4551## POST /api/pin
4652@copydoc confighttp::savePin()
4753
48- ## POST /api/clients/unpair-all
49- @copydoc confighttp::unpairAll()
50-
51- ## POST /api/clients/unpair
52- @copydoc confighttp::unpair()
53-
54- ## GET /api/clients/list
55- @copydoc confighttp::listClients()
54+ ## POST /api/reset-display-device-persistence
55+ @copydoc confighttp::resetDisplayDevicePersistence()
5656
57- ## POST /api/apps/close
58- @copydoc confighttp::closeApp ()
57+ ## POST /api/restart
58+ @copydoc confighttp::restart ()
5959
6060<div class =" section_buttons " >
6161
0 commit comments