mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
parent
9b4ae2c486
commit
187a59261a
7 changed files with 186 additions and 19 deletions
|
@ -34,6 +34,10 @@ namespace PlexRequests.UI.ModelDataProviders
|
|||
{
|
||||
public class RequestedModelDataProvider : ISwaggerModelDataProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the model data for the api documentation.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public SwaggerModelData GetModelData()
|
||||
{
|
||||
return SwaggerModelData.ForType<RequestedModel>(with =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue