From 1c97c4364956cd8408a51cf0cba624805c1f0d47 Mon Sep 17 00:00:00 2001 From: Femi Novia Lina Date: Fri, 6 Sep 2024 13:44:38 +0700 Subject: [PATCH] fix: swagger title --- gotocompany/shield/v1beta1/admin.proto | 4 ++-- gotocompany/shield/v1beta1/servicedata.proto | 4 ++-- gotocompany/shield/v1beta1/shield.proto | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gotocompany/shield/v1beta1/admin.proto b/gotocompany/shield/v1beta1/admin.proto index eae7b50f..27475e1c 100644 --- a/gotocompany/shield/v1beta1/admin.proto +++ b/gotocompany/shield/v1beta1/admin.proto @@ -14,8 +14,8 @@ option java_package = "com.gotocompany.proton.shield.v1beta1"; // These annotations are used when generating the OpenAPI file. option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { - title: "Admin", - version: "0.1.0"; + title: "Shield Admin API", + version: "0.1.1"; }; schemes: HTTP; }; diff --git a/gotocompany/shield/v1beta1/servicedata.proto b/gotocompany/shield/v1beta1/servicedata.proto index 811059f4..7c77b1fc 100644 --- a/gotocompany/shield/v1beta1/servicedata.proto +++ b/gotocompany/shield/v1beta1/servicedata.proto @@ -13,8 +13,8 @@ option java_package = "com.gotocompany.proton.shield.v1beta1"; // These annotations are used when generating the OpenAPI file. option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { - title: "Service Data", - version: "0.1.0"; + title: "Shield Service Data API", + version: "0.1.1"; }; schemes: HTTP; }; diff --git a/gotocompany/shield/v1beta1/shield.proto b/gotocompany/shield/v1beta1/shield.proto index ddfcf64b..3ff2c701 100644 --- a/gotocompany/shield/v1beta1/shield.proto +++ b/gotocompany/shield/v1beta1/shield.proto @@ -12,8 +12,8 @@ option java_package = "com.gotocompany.proton.shield.v1beta1"; // These annotations are used when generating the OpenAPI file. option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { - title: "Shield", - version: "0.1.0"; + title: "Shield API", + version: "0.1.1"; }; schemes: HTTP; };