diff --git a/src/paths/library/[sectionKey]/get-library-countries.yaml b/src/paths/library/[sectionKey]/get-library-countries.yaml index 49bc0678..f0c2d383 100644 --- a/src/paths/library/[sectionKey]/get-library-countries.yaml +++ b/src/paths/library/[sectionKey]/get-library-countries.yaml @@ -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. diff --git a/src/paths/library/[sectionKey]/get-library-genres.yaml b/src/paths/library/[sectionKey]/get-library-genres.yaml index 4c1e1d0a..117eea84 100644 --- a/src/paths/library/[sectionKey]/get-library-genres.yaml +++ b/src/paths/library/[sectionKey]/get-library-genres.yaml @@ -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.