added parameters

This commit is contained in:
JasonLandbridge
2025-02-04 11:55:04 +01:00
parent 69209822e3
commit 6de2df3732
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ get:
operationId: get-countries-library
description: |
Retrieves a list of all the countries that are found for the media in this library.
parameters:
- $ref: "../../../parameters/library/section-key.yaml"
- $ref: "../../../parameters/accept-application-json.yaml"
responses:
"200":
description: Successful response containing media container data.

View File

@@ -5,6 +5,9 @@ get:
operationId: get-genres-library
description: |
Retrieves a list of all the genres that are found for the media in this library.
parameters:
- $ref: "../../../parameters/library/section-key.yaml"
- $ref: "../../../parameters/accept-application-json.yaml"
responses:
"200":
description: Successful response containing media container data.