diff --git a/temporal/api/cloud/cloudservice/v1/request_response.proto b/temporal/api/cloud/cloudservice/v1/request_response.proto index bcd4c6d..a4fa039 100644 --- a/temporal/api/cloud/cloudservice/v1/request_response.proto +++ b/temporal/api/cloud/cloudservice/v1/request_response.proto @@ -331,7 +331,7 @@ message GetOutgoingServicesRequest { // The namespace to get all the outgoing services from string namespace = 3; - // The name of the outgoing service to filter on. - optional. Specifying this will result in zero or one results. + // The name of the outgoing service to filter on - optional. Specifying this will result in zero or one results. string service_name = 4; }