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.