mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Automated API Docs update
This commit is contained in:
parent
8cca919f6b
commit
9cbecbfae4
1 changed files with 11 additions and 0 deletions
|
@ -11103,6 +11103,17 @@
|
|||
"$ref": "#/components/schemas/AlbumResource"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"customFormats": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/CustomFormatResource"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"customFormatScore": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
Loading…
Reference in a new issue