Add strict mode and defaults for GET tagged schedules

This commit is contained in:
Tobias Reisinger 2024-05-06 16:27:42 +02:00
commit 3c70ae1da3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 41 additions and 75 deletions

View file

@ -209,6 +209,14 @@
"in": "path",
"required": true,
"description": ""
},
{
"schema": {
"type": "boolean"
},
"name": "strict",
"in": "query",
"description": "Normally on and off will always be included. When strict is set to true, only schedules with the given tag will be returned."
}
],
"get": {