This commit is contained in:
Luke Hagar
2024-01-21 20:40:55 -06:00

View File

@@ -2302,7 +2302,8 @@ paths:
example: 401 example: 401
'/library/sections/{sectionId}/{tag}': '/library/sections/{sectionId}/{tag}':
get: get:
summary: Retrieve Information by Section and Tag summary: Get Library Items
operationId: getLibraryItems
description: | description: |
Fetches details from a specific section of the library identified by a section key and a tag. The tag parameter accepts the following values: Fetches details from a specific section of the library identified by a section key and a tag. The tag parameter accepts the following values:
- `all`: All items in the section. - `all`: All items in the section.