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