mirror of
https://github.com/Readarr/Readarr
synced 2025-12-12 11:26:06 +01:00
Automated API Docs update
This commit is contained in:
parent
c0e8a3e55a
commit
c88f4570b3
1 changed files with 12 additions and 0 deletions
|
|
@ -5858,6 +5858,14 @@
|
|||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ColonReplacementFormat",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "StandardBookFormat",
|
||||
"in": "query",
|
||||
|
|
@ -12146,6 +12154,10 @@
|
|||
"replaceIllegalCharacters": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"colonReplacementFormat": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"standardBookFormat": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue