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
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user