mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add support for rules per day
This commit is contained in:
@@ -595,6 +595,9 @@
|
||||
},
|
||||
"pause": {
|
||||
"type": "number"
|
||||
},
|
||||
"perDay": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@@ -605,6 +608,7 @@
|
||||
"id",
|
||||
"maxTime",
|
||||
"pause",
|
||||
"perDay",
|
||||
"session",
|
||||
"start"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user