From 2803f49d48ace9a2a58c83058f587119e1883688 Mon Sep 17 00:00:00 2001 From: unl0ck Date: Tue, 12 Nov 2024 20:53:27 +0000 Subject: [PATCH] fixed ref --- docs/controllers/LibraryItemController.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/controllers/LibraryItemController.yaml b/docs/controllers/LibraryItemController.yaml index 1acb5dc1..a66acf2b 100644 --- a/docs/controllers/LibraryItemController.yaml +++ b/docs/controllers/LibraryItemController.yaml @@ -33,17 +33,17 @@ paths: in: query description: Whether to return Library Item Expanded instead. 0 for false, 1 for true. schema: - $ref: '/components/schemas/expanded' + $ref: '#/components/schemas/expanded' - name: include in: query description: "A comma separated list of what to include with the library item. The options are: progress, rssfeed, authors (for books), and downloads (for podcasts). expanded must be 1 for include to have an effect." schema: - $ref: '/components/schemas/include' + $ref: '#/components/schemas/include' - name: episode in: query description: If requesting progress for a podcast, the episode ID to get progress for. schema: - $ref: '/components/schemas/episode' + $ref: '#/components/schemas/episode' responses: '200': description: OK