Automated API Docs update

This commit is contained in:
Servarr 2023-05-15 04:49:22 +00:00 committed by Bogdan
parent d03e472ac6
commit 7abf35d491
1 changed files with 12 additions and 0 deletions

View File

@ -5298,6 +5298,14 @@
"type": "boolean" "type": "boolean"
} }
}, },
{
"name": "ColonReplacementFormat",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{ {
"name": "StandardTrackFormat", "name": "StandardTrackFormat",
"in": "query", "in": "query",
@ -11762,6 +11770,10 @@
"replaceIllegalCharacters": { "replaceIllegalCharacters": {
"type": "boolean" "type": "boolean"
}, },
"colonReplacementFormat": {
"type": "integer",
"format": "int32"
},
"standardTrackFormat": { "standardTrackFormat": {
"type": "string", "type": "string",
"nullable": true "nullable": true