mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
fixed params
This commit is contained in:
@@ -559,7 +559,7 @@ paths:
|
||||
in: path
|
||||
schema:
|
||||
type: number
|
||||
required: true
|
||||
required: false
|
||||
- name: category
|
||||
description: the Id of the library to query
|
||||
in: path
|
||||
@@ -568,7 +568,7 @@ paths:
|
||||
enum:
|
||||
- all
|
||||
- latest
|
||||
required: true
|
||||
required: false
|
||||
- name: type
|
||||
description: item type
|
||||
in: query
|
||||
|
||||
@@ -11,7 +11,7 @@ get:
|
||||
in: path
|
||||
schema:
|
||||
type: number
|
||||
required: true
|
||||
required: false
|
||||
- name: category
|
||||
description: the Id of the library to query
|
||||
in: path
|
||||
@@ -20,7 +20,7 @@ get:
|
||||
enum:
|
||||
- all
|
||||
- latest
|
||||
required: true
|
||||
required: false
|
||||
- name: type
|
||||
description: item type
|
||||
in: query
|
||||
|
||||
Reference in New Issue
Block a user