Merge pull request #4762 from crobibero/api-file-return

Fix openapi file schema
pull/4750/head
Claus Vium 4 years ago committed by GitHub
commit b56feac841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,8 @@ namespace Jellyfin.Server.Filters
{ {
Schema = new OpenApiSchema Schema = new OpenApiSchema
{ {
Type = "file" Type = "string",
Format = "binary"
} }
}; };

Loading…
Cancel
Save