Skip to content

Commit

Permalink
fix status filter desciption
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Aug 2, 2024
1 parent c5e81f0 commit b35f4de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,10 +667,10 @@ paths:
type: string
enum: [ all, revoked, expired ]
description: >
Schema type:
* `all` - All Schemas. (default value)
* `revoked` - Only revoked schemas
* `expired` - Only expired schemas
Credential status:
* `all` - All Credentials. (default value)
* `revoked` - Only revoked credentials
* `expired` - Only expired credentials
- in: query
name: query
schema:
Expand Down
8 changes: 4 additions & 4 deletions internal/api/api.gen.go

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

0 comments on commit b35f4de

Please sign in to comment.