mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Merge pull request #7775 from crobibero/openapi-version
(cherry picked from commit 4c0510ee6dbc43609eb3709eaa82e8f469d5a7b4) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
f205661b18
commit
d078daad39
@ -440,6 +440,12 @@ namespace Jellyfin.Server.Extensions
|
||||
.Cast<IOpenApiAny>()
|
||||
.ToArray()
|
||||
});
|
||||
|
||||
// Swashbuckle doesn't use JsonOptions to describe responses, so we need to manually describe it.
|
||||
options.MapType<Version>(() => new OpenApiSchema
|
||||
{
|
||||
Type = "string"
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user