From 85c385d76dc79e04bd43649b9f30d1941158edb8 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 8 May 2024 13:13:10 -0500 Subject: [PATCH] Added oneOf to address https://github.com/LukeHagar/plex-api-spec/issues/13 --- pms/paths/library/content.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pms/paths/library/content.yaml b/pms/paths/library/content.yaml index 2d439725..d6ccee49 100644 --- a/pms/paths/library/content.yaml +++ b/pms/paths/library/content.yaml @@ -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