diff --git a/backend/api/item/items/get.yml b/backend/api/item/items/get.yml index adb7a2eb..a1d25b39 100644 --- a/backend/api/item/items/get.yml +++ b/backend/api/item/items/get.yml @@ -51,6 +51,7 @@ definitions: count: description: The count of the items. type: integer + example: 1 items: type: array description: The array contains all the items. diff --git a/backend/api/tag/tags/get.yml b/backend/api/tag/tags/get.yml index e0d1df21..f135e130 100644 --- a/backend/api/tag/tags/get.yml +++ b/backend/api/tag/tags/get.yml @@ -17,7 +17,7 @@ definitions: properties: count: type: integer - example: 4 + example: 1 tags: type: array description: The array contains all the tags.