@@ -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)]
|
||||
|
||||
@@ -1998,7 +1998,7 @@
|
||||
"/api/library/browse": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Library"
|
||||
"Libraries"
|
||||
],
|
||||
"summary": "Browse and search library items",
|
||||
"operationId": "BrowseLibrary",
|
||||
@@ -7436,9 +7436,6 @@
|
||||
{
|
||||
"name": "Libraries"
|
||||
},
|
||||
{
|
||||
"name": "Library"
|
||||
},
|
||||
{
|
||||
"name": "Maintenance"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user