mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +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
|
required: true
|
||||||
description: the Id of the library to query
|
description: the Id of the library to query
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
oneOf:
|
||||||
|
- type: string
|
||||||
|
- type: integer
|
||||||
- name: tag
|
- name: tag
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user