From c720f080cbd18eace9c63a94e8d12889f0843050 Mon Sep 17 00:00:00 2001 From: NielsKunst <112099042+NielsKunst@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:54:23 +0200 Subject: [PATCH] Update categories-v1.yaml Update api specs. --- static/openapi-spec/categories-v1.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/openapi-spec/categories-v1.yaml b/static/openapi-spec/categories-v1.yaml index 1b4b5f2041d..4380987d441 100644 --- a/static/openapi-spec/categories-v1.yaml +++ b/static/openapi-spec/categories-v1.yaml @@ -34,9 +34,9 @@ paths: schema: type: integer minimum: 1 - maximum: 100 - default: 5 - description: Maximum number of items to return + maximum: 11 + default: 11 + description: The maximum number of items to be returned per request. The default and maximum value is 11. A limit of 0 implies a use of the default limit. - name: offset in: query required: false @@ -44,7 +44,7 @@ paths: type: integer minimum: 0 default: 0 - description: Number of items to skip before starting to collect the result set + description: Number of items to skip before starting to collect the result set. responses: '200': description: List of categories @@ -598,4 +598,4 @@ components: code: type: integer description: 'HTTP status code' - default: 500 \ No newline at end of file + default: 500