Skip to content

Commit 25dc00f

Browse files
committed
Fix holder_id -> id as in API
1 parent 5bcd581 commit 25dc00f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/brood/data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type resourceUpdateRequest struct {
8383
}
8484

8585
type ResourceHolder struct {
86-
Id string `json:"holder_id"`
86+
Id string `json:"id"`
8787
HolderType string `json:"holder_type"`
8888
Permissions []string `json:"permissions"`
8989
}

pkg/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package bugout
22

3-
const Version string = "0.4.4"
3+
const Version string = "0.4.5"

0 commit comments

Comments
 (0)