mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add overlay permission to update device status action
This commit is contained in:
@@ -1112,6 +1112,14 @@ const definitions = {
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"overlayPermission": {
|
||||
"enum": [
|
||||
"granted",
|
||||
"not granted",
|
||||
"not required"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"appVersion": {
|
||||
"type": "number"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user