Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions static/openapi-spec/categories-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ 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
schema:
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
Expand Down Expand Up @@ -598,4 +598,4 @@ components:
code:
type: integer
description: 'HTTP status code'
default: 500
default: 500