1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 07:42:28 +00:00

Automated API Docs update

This commit is contained in:
Servarr 2024-11-04 17:26:59 +00:00 committed by bakerboy448
parent cfb517a90f
commit d2f5feab5d

View file

@ -6329,8 +6329,11 @@
"name": "quality", "name": "quality",
"in": "query", "in": "query",
"schema": { "schema": {
"type": "integer", "type": "array",
"format": "int32" "items": {
"type": "integer",
"format": "int32"
}
} }
} }
], ],