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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ColonReplacementFormat",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "StandardTrackFormat",
|
||||
"in": "query",
|
||||
|
@ -11762,6 +11770,10 @@
|
|||
"replaceIllegalCharacters": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"colonReplacementFormat": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"standardTrackFormat": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue