Skip to content

Commit 0326e2f

Browse files
committed
consistency
1 parent 8297fc6 commit 0326e2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

temporal/api/cloud/cloudservice/v1/service.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ service CloudService {
12491249
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
12501250
tags: ["Users"];
12511251
summary: "List users with access to a namespace";
1252-
description: "Returns the users that have access to the namespace, including each user's namespace-level access and whether that access is inherited from an account or project role.";
1252+
description: "Returns the users that have access to the namespace, including each user's namespace permission.";
12531253
external_docs: {
12541254
url: "https://docs.temporal.io/cloud/users";
12551255
description: "Users documentation";
@@ -1265,7 +1265,7 @@ service CloudService {
12651265
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
12661266
tags: ["Service Accounts"];
12671267
summary: "List service accounts with access to a namespace";
1268-
description: "Returns the service accounts that have access to the namespace, including each service account's namespace-level access and whether that access is inherited from an account or project role.";
1268+
description: "Returns the service accounts that have access to the namespace, including each service account's namespace permission.";
12691269
external_docs: {
12701270
url: "https://docs.temporal.io/cloud/service-accounts";
12711271
description: "Service Accounts documentation";
@@ -1281,7 +1281,7 @@ service CloudService {
12811281
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
12821282
tags: ["Groups"];
12831283
summary: "List user groups with access to a namespace";
1284-
description: "Returns the user groups that have access to the namespace, including each group's namespace-level access and whether that access is inherited from an account or project role.";
1284+
description: "Returns the user groups that have access to the namespace, including each group's namespace permission.";
12851285
external_docs: {
12861286
url: "https://docs.temporal.io/cloud/user-groups";
12871287
description: "User groups documentation";

0 commit comments

Comments
 (0)