From dba47f3dc0137e9bd330f3eb664a42dc7f04fb99 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 14 Jun 2024 20:11:12 +0100 Subject: [PATCH] refactor: rework/cleanup --- paths/library/content-top.yaml | 9 +++++++++ paths/library/metadata.yaml | 11 ++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/paths/library/content-top.yaml b/paths/library/content-top.yaml index b8a474cb..408efa21 100644 --- a/paths/library/content-top.yaml +++ b/paths/library/content-top.yaml @@ -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. diff --git a/paths/library/metadata.yaml b/paths/library/metadata.yaml index 2065f652..21561d5a 100644 --- a/paths/library/metadata.yaml +++ b/paths/library/metadata.yaml @@ -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.