Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Dec 20, 2024
1 parent f354335 commit 40d1884
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 15 deletions.
60 changes: 60 additions & 0 deletions internal/httpclient/api/openapi.yaml

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

40 changes: 40 additions & 0 deletions internal/httpclient/api_permission.go

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

40 changes: 40 additions & 0 deletions internal/httpclient/api_relationship.go

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

35 changes: 20 additions & 15 deletions proto/ory/keto/relation_tuples/v1alpha2/openapi.pb.go

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

9 changes: 9 additions & 0 deletions proto/ory/keto/relation_tuples/v1alpha2/openapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
}
};
};
responses: {
key: "default";
value: {
description: "errorGeneric";
schema: {
json_schema: {ref: ".ory.keto.relation_tuples.v1alpha2.ErrorResponse"}
}
};
};
};

// JSON API Error Response
Expand Down
Loading

0 comments on commit 40d1884

Please sign in to comment.