Skip to content

Commit

Permalink
Update swagger docs to include a last-minute comment change.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Jan 25, 2023
1 parent e5c7e0d commit 8f3fb25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46712,11 +46712,15 @@ definitions:
- AUTO_RESPONSE_ACCEPT
- AUTO_RESPONSE_DECLINE
default: AUTO_RESPONSE_UNSPECIFIED
description: |-
description: >-
AutoResponse enumerates the quarantine auto-response options.

- AUTO_RESPONSE_UNSPECIFIED: AUTO_RESPONSE_UNSPECIFIED defines that no automatic action should be taken.
- AUTO_RESPONSE_ACCEPT: AUTO_RESPONSE_ACCEPT defines that sends should be automatically accepted.
- AUTO_RESPONSE_UNSPECIFIED: AUTO_RESPONSE_UNSPECIFIED defines that an automatic response has not been specified.
This means that no automatic action should be taken, i.e. this
auto-response is off,

and default quarantine behavior is used.
- AUTO_RESPONSE_ACCEPT: AUTO_RESPONSE_ACCEPT defines that sends should be automatically accepted, bypassing quarantine.
- AUTO_RESPONSE_DECLINE: AUTO_RESPONSE_DECLINE defines that sends should be automatically declined.
cosmos.quarantine.v1beta1.AutoResponseEntry:
type: object
Expand Down

0 comments on commit 8f3fb25

Please sign in to comment.