mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
added parameters
This commit is contained in:
@@ -5,6 +5,9 @@ get:
|
|||||||
operationId: get-countries-library
|
operationId: get-countries-library
|
||||||
description: |
|
description: |
|
||||||
Retrieves a list of all the countries that are found for the media in this library.
|
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:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Successful response containing media container data.
|
description: Successful response containing media container data.
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ get:
|
|||||||
operationId: get-genres-library
|
operationId: get-genres-library
|
||||||
description: |
|
description: |
|
||||||
Retrieves a list of all the genres that are found for the media in this library.
|
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:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Successful response containing media container data.
|
description: Successful response containing media container data.
|
||||||
|
|||||||
Reference in New Issue
Block a user