mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
fix: put path instead of query for content-top
This commit is contained in:
@@ -8,7 +8,7 @@ get:
|
|||||||
parameters:
|
parameters:
|
||||||
- name: type
|
- name: type
|
||||||
description: the library type (1 - movies, 2 - shows, 3 - music)
|
description: the library type (1 - movies, 2 - shows, 3 - music)
|
||||||
in: path
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user