refactor: rework/cleanup

This commit is contained in:
Michael
2024-06-14 20:11:12 +01:00
parent 3b6b778c57
commit dba47f3dc0
2 changed files with 11 additions and 9 deletions

View File

@@ -16,6 +16,15 @@ get:
- 1
- 2
- 3
- name: includeGuids
in: query
descriptions: |
Adds the Guids object to the response
schema:
type: integer
required: false
examples:
- 1
responses:
"200":
description: The metadata of the library item.

View File

@@ -12,15 +12,8 @@ get:
schema:
type: number
required: true
- name: includeGuids
in: query
descriptions: |
Adds the Guids object to the response
schema:
type: integer
required: false
examples:
- 1
examples:
- 17
responses:
"200":
description: The metadata of the library item.