Skip to content

Commit

Permalink
address code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantam committed Dec 12, 2023
1 parent 830eb2a commit fd5bb65
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
32 changes: 16 additions & 16 deletions docs/openapiv2/apidocs.swagger.json

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

2 changes: 1 addition & 1 deletion openfga/v1/openapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
responses: {
key: "409"
value: {
description: "Request failed due to aborted."
description: "Request was aborted due a transaction conflict."
schema: {
json_schema: {ref: ".openfga.v1.AbortedMessageResponse"}
}
Expand Down
29 changes: 15 additions & 14 deletions proto/openfga/v1/openapi.pb.go

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

0 comments on commit fd5bb65

Please sign in to comment.