Skip to content

Commit 898c78d

Browse files
fix: path
1 parent 0dd517e commit 898c78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raystack/frontier/v1beta1/frontier.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ service FrontierService {
699699
}
700700

701701
rpc GetOrganizationKyc(GetOrganizationKycRequest) returns (GetOrganizationKycResponse) {
702-
option (google.api.http) = {get: "/v1beta1/organizations/{id}/kyc"};
702+
option (google.api.http) = {get: "/v1beta1/organizations/{organization_id}/kyc"};
703703
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
704704
tags: "OrganizationKyc";
705705
summary: "Get KYC info of an organization";

0 commit comments

Comments
 (0)