From 2fe0f586d224cf14ee8cfa4aa87cd6105c4dc93b Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:02:36 -0500 Subject: [PATCH] fixed param name --- plex-api-spec-dereferenced.yaml | 2 +- referenced/paths/library-sections.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plex-api-spec-dereferenced.yaml b/plex-api-spec-dereferenced.yaml index 2088c118..e5ab8b7b 100644 --- a/plex-api-spec-dereferenced.yaml +++ b/plex-api-spec-dereferenced.yaml @@ -561,7 +561,7 @@ paths: type: number required: true - name: category - description: the Id of the library to query + description: the category to retrieve from the library in: path schema: type: string diff --git a/referenced/paths/library-sections.yaml b/referenced/paths/library-sections.yaml index 2db84453..a316752d 100644 --- a/referenced/paths/library-sections.yaml +++ b/referenced/paths/library-sections.yaml @@ -13,7 +13,7 @@ get: type: number required: true - name: category - description: the Id of the library to query + description: the category to retrieve from the library in: path schema: type: string