mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 04:20:46 +00:00
fixed param name
This commit is contained in:
@@ -561,7 +561,7 @@ paths:
|
|||||||
type: number
|
type: number
|
||||||
required: true
|
required: true
|
||||||
- name: category
|
- name: category
|
||||||
description: the Id of the library to query
|
description: the category to retrieve from the library
|
||||||
in: path
|
in: path
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ get:
|
|||||||
type: number
|
type: number
|
||||||
required: true
|
required: true
|
||||||
- name: category
|
- name: category
|
||||||
description: the Id of the library to query
|
description: the category to retrieve from the library
|
||||||
in: path
|
in: path
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user