Skip to content

Commit

Permalink
fix: make CheckError types snake case (#213)
Browse files Browse the repository at this point in the history
make CheckError types snake case
  • Loading branch information
justincoh authored Dec 13, 2024
1 parent 24dec68 commit 0bb89b7
Show file tree
Hide file tree
Showing 3 changed files with 2,228 additions and 2,228 deletions.
4 changes: 2 additions & 2 deletions docs/openapiv2/apidocs.swagger.json

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

4 changes: 2 additions & 2 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1411,8 +1411,8 @@ message BatchCheckSingleResult {

message CheckError {
oneof code {
ErrorCode input_error = 1;
InternalErrorCode internal_error = 2;
ErrorCode input_error = 1 [json_name = "input_error"];
InternalErrorCode internal_error = 2 [json_name = "internal_error"];
}
string message = 3;
}
Expand Down
Loading

0 comments on commit 0bb89b7

Please sign in to comment.