Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(docs): update openapi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 5, 2024
1 parent 25d3e30 commit 199ac1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ components:
name: page
in: query
required: false
default: 1
description: The page of results to return. 1 indexed. Minimum of 1, maximum of MAX_SAFE_INTEGER.
schema:
type: number
Expand All @@ -60,6 +61,7 @@ components:
name: pageSize
in: query
required: false
default: 100.
description: The number of results per page. Minimum of 1, maximum of 1000.
schema:
type: number
Expand Down

0 comments on commit 199ac1d

Please sign in to comment.