Skip to content

Commit

Permalink
Added oneOf to address #13
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar committed May 8, 2024
1 parent aee01a9 commit 85c385d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pms/paths/library/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85c385d

Please sign in to comment.