Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2024-07-10 05:04:51 +00:00 committed by Mark McDowall
parent 678872b879
commit e97e5bfe8f
1 changed files with 17 additions and 0 deletions

View File

@ -4840,6 +4840,13 @@
"format": "int32"
}
},
{
"name": "customColonReplacementFormat",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "multiEpisodeStyle",
"in": "query",
@ -10006,6 +10013,10 @@
"type": "integer",
"format": "int32"
},
"customColonReplacementFormat": {
"type": "string",
"nullable": true
},
"multiEpisodeStyle": {
"type": "integer",
"format": "int32"
@ -10110,6 +10121,9 @@
"onUpgrade": {
"type": "boolean"
},
"onImportComplete": {
"type": "boolean"
},
"onRename": {
"type": "boolean"
},
@ -10149,6 +10163,9 @@
"supportsOnUpgrade": {
"type": "boolean"
},
"supportsOnImportComplete": {
"type": "boolean"
},
"supportsOnRename": {
"type": "boolean"
},