Skip to content

Commit

Permalink
fix: swagger cursor description
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
  • Loading branch information
darkmatterpool committed Jan 6, 2023
1 parent ea829e4 commit f18b489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ paths:
required: false
schema: {}
style: form
- description: Cursor for pagination.
- description: Parameter used in pagination requests. Default page size is set to 15. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when the pagination token is set.
explode: true
in: query
name: cursor
Expand Down

0 comments on commit f18b489

Please sign in to comment.