Skip to content

Commit 1466469

Browse files
committed
feat: remove the unimplemented flag from UpdateStore request
1 parent f970913 commit 1466469

File tree

3 files changed

+434
-329
lines changed

3 files changed

+434
-329
lines changed

docs/openapiv2/apidocs.swagger.json

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openfga/v1/openfga_service.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,6 @@ service OpenFGAService {
821821
}
822822

823823
rpc UpdateStore(UpdateStoreRequest) returns (UpdateStoreResponse) {
824-
option (google.api.method_visibility).restriction = "UNIMPLEMENTED";
825-
826824
option (google.api.http) = {
827825
patch: "/stores/{store_id}"
828826
body: "*"

0 commit comments

Comments
 (0)