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