chore(docs): Updated API Reference (#6220)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-25 17:58:17 +00:00
committed by GitHub
parent 21c1c5ce6c
commit bbf79169a9
496 changed files with 3417 additions and 8305 deletions

View File

@@ -2,9 +2,21 @@ type: object
description: The list of users.
required:
- users
- count
- offset
- limit
properties:
users:
type: array
description: An array of users details.
items:
$ref: ./User.yaml
count:
type: integer
description: The total number of items available
offset:
type: integer
description: The number of users skipped when retrieving the users.
limit:
type: integer
description: The number of items per page