Skip to content

Commit

Permalink
drop api id from api product info (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinormaloku authored Jul 21, 2023
1 parent 410dc05 commit 9fbda61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type UserInfo struct {

type ApiProductInfo struct {
UsagePlan string
ApiId string
}

// AuthService instances are responsible for authorizing individual requests.
Expand Down
3 changes: 3 additions & 0 deletions changelog/v0.2.3/remove-api-id-from-product-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog:
- type: NON_USER_FACING
description: Remove Api Id from Api Product Info

0 comments on commit 9fbda61

Please sign in to comment.