mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
fix lint issues
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
name: ratingKey
|
name: ratingKey
|
||||||
|
description: |
|
||||||
|
The id of the library item to return the children of.
|
||||||
in: path
|
in: path
|
||||||
description: the id of the library item to return the children of.
|
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int32
|
||||||
example: 9518
|
example: 9518
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -6,7 +6,13 @@ get:
|
|||||||
This endpoint will return all the (meta)data of a library item specified with by the ratingKey.
|
This endpoint will return all the (meta)data of a library item specified with by the ratingKey.
|
||||||
operationId: get-media-meta-data
|
operationId: get-media-meta-data
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "../../../../parameters/library/rating-key.yaml"
|
- name: ratingKey
|
||||||
|
in: path
|
||||||
|
description: the id of the library item to return the children of.
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
example: 9518
|
||||||
|
required: true
|
||||||
- name: includeConcerts
|
- name: includeConcerts
|
||||||
in: query
|
in: query
|
||||||
description: "Include concerts data if set to true."
|
description: "Include concerts data if set to true."
|
||||||
|
|||||||
Reference in New Issue
Block a user