1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 22:27:20 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2024-09-03 05:19:52 +00:00 committed by Bogdan
parent eca95826c2
commit dc3bf9acb0

View File

@ -9172,6 +9172,17 @@
"type": "string",
"nullable": true
},
"languageTags": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
},
"title": {
"type": "string",
"nullable": true
},
"type": {
"$ref": "#/components/schemas/ExtraFileType"
}