Skip to content

Commit 01f060d

Browse files
authored
Merge pull request #21 from bugout-dev/fix-holder-id
Fix holder_id -> id as in API
2 parents 5bcd581 + 25dc00f commit 01f060d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)