diff --git a/examples/clients/abe/api/swagger.yaml b/examples/clients/abe/api/swagger.yaml index bcb92338096..ab5f7a80719 100644 --- a/examples/clients/abe/api/swagger.yaml +++ b/examples/clients/abe/api/swagger.yaml @@ -1624,8 +1624,6 @@ paths: get: tags: - "camelCaseServiceName" - summary: "Create a new ABitOfEverything" - description: "This API creates a new ABitOfEverything" operationId: "Empty" parameters: [] responses: diff --git a/examples/clients/abe/api_camel_case_service_name.go b/examples/clients/abe/api_camel_case_service_name.go index f5835bbe031..80d867e660c 100644 --- a/examples/clients/abe/api_camel_case_service_name.go +++ b/examples/clients/abe/api_camel_case_service_name.go @@ -26,8 +26,7 @@ var ( type CamelCaseServiceNameApiService service /* -CamelCaseServiceNameApiService Create a new ABitOfEverything -This API creates a new ABitOfEverything +CamelCaseServiceNameApiService * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return interface{} diff --git a/examples/proto/examplepb/a_bit_of_everything.swagger.json b/examples/proto/examplepb/a_bit_of_everything.swagger.json index e357ff5ffd7..14e86590d21 100644 --- a/examples/proto/examplepb/a_bit_of_everything.swagger.json +++ b/examples/proto/examplepb/a_bit_of_everything.swagger.json @@ -1926,8 +1926,6 @@ }, "/v2/example/empty": { "get": { - "summary": "Create a new ABitOfEverything", - "description": "This API creates a new ABitOfEverything", "operationId": "Empty", "responses": { "200": {