mirror of https://github.com/lidarr/Lidarr
Automated API Docs update
This commit is contained in:
parent
d03e472ac6
commit
7abf35d491
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue