Add strict mode and defaults for GET tagged schedules
This commit is contained in:
parent
f9ad8f9399
commit
3c70ae1da3
4 changed files with 41 additions and 75 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue