Updating PMS Spec

This commit is contained in:
lukehagar
2024-05-08 18:13:47 +00:00
parent 6d7521ad54
commit 8517d5bd5b

View File

@@ -3541,7 +3541,9 @@ paths:
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