Skip to content

Commit

Permalink
feat(portal): default limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hekike committed Dec 14, 2023
1 parent 033431f commit d58c9a6
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 113 deletions.
112 changes: 56 additions & 56 deletions api/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 56 additions & 56 deletions api/client/go/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ paths:
type: integer
minimum: 1
maximum: 100
default: 25
responses:
"200":
description: OK
Expand All @@ -257,7 +258,7 @@ paths:
application/json:
schema:
type: object
description: If none of id or subject are specified, all tokens will be invalidated.
description: If no id or subject is specified, all tokens will be invalidated.
properties:
id:
type: string
Expand Down

0 comments on commit d58c9a6

Please sign in to comment.