This commit is contained in:
Luke Hagar
2024-05-08 13:13:10 -05:00
parent aee01a9778
commit 85c385d76d

View File

@@ -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