@@ -12,7 +12,7 @@ public class LibraryBrowseController(IMediator mediator) : ControllerBase
|
||||
private const int MaxPageSize = 100;
|
||||
|
||||
[HttpGet("/api/library/browse", Name = "BrowseLibrary")]
|
||||
[Tags("Library")]
|
||||
[Tags("Libraries")]
|
||||
[EndpointSummary("Browse and search library items")]
|
||||
[EndpointGroupName("general")]
|
||||
[ProducesResponseType(typeof(PagedLibraryBrowseItemsResponseModel), StatusCodes.Status200OK)]
|
||||
|
||||
Reference in New Issue
Block a user