Skip to content

Commit

Permalink
fix: tags and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina committed Sep 5, 2024
1 parent 1ed2c9e commit 5f235a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gotocompany/shield/v1beta1/public.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ service PublicService {
get: "/v1beta1/users/{user_id}/resources/{namespace}/{type}",
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "Public";
summary: "Get Resources with Authorized Principal Access";
tags: "Resource";
summary: "Get Resources with Authorized User Access Under a Resource Type";
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion gotocompany/shield/v1beta1/shield.proto
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ service ShieldService {
get: "/v1beta1/users/{user_id}/resources",
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "Public";
tags: "Resource";
summary: "Get Resources with Authorized User Access";
};
}
Expand Down

0 comments on commit 5f235a9

Please sign in to comment.