1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-31 20:26:16 +00:00

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

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"
},