mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 12:37:45 +00:00
Added oneOf to address https://github.com/LukeHagar/plex-api-spec/issues/13
This commit is contained in:
@@ -30,7 +30,9 @@ get:
|
||||
required: true
|
||||
description: the Id of the library to query
|
||||
schema:
|
||||
type: integer
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
- name: tag
|
||||
in: path
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user