mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Automated API Docs update
This commit is contained in:
parent
d03e472ac6
commit
7abf35d491
1 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue