fix lint issues

This commit is contained in:
JasonLandbridge
2025-02-06 23:39:37 +01:00
parent d627cff7bb
commit 1247092041
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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."