From 9fbda61ab49aac45f8d2f2c1ca14b4db11fbb42d Mon Sep 17 00:00:00 2001 From: Rinor Maloku Date: Fri, 21 Jul 2023 19:52:41 +0200 Subject: [PATCH] drop api id from api product info (#19) --- api/interface.go | 1 - changelog/v0.2.3/remove-api-id-from-product-info.yaml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/v0.2.3/remove-api-id-from-product-info.yaml diff --git a/api/interface.go b/api/interface.go index 06571fb..cdfa6d6 100644 --- a/api/interface.go +++ b/api/interface.go @@ -50,7 +50,6 @@ type UserInfo struct { type ApiProductInfo struct { UsagePlan string - ApiId string } // AuthService instances are responsible for authorizing individual requests. diff --git a/changelog/v0.2.3/remove-api-id-from-product-info.yaml b/changelog/v0.2.3/remove-api-id-from-product-info.yaml new file mode 100644 index 0000000..77e406c --- /dev/null +++ b/changelog/v0.2.3/remove-api-id-from-product-info.yaml @@ -0,0 +1,3 @@ +changelog: +- type: NON_USER_FACING + description: Remove Api Id from Api Product Info