mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 12:37:45 +00:00
added parameters
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user