We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bcd581 + 25dc00f commit 01f060dCopy full SHA for 01f060d
pkg/brood/data.go
@@ -83,7 +83,7 @@ type resourceUpdateRequest struct {
83
}
84
85
type ResourceHolder struct {
86
- Id string `json:"holder_id"`
+ Id string `json:"id"`
87
HolderType string `json:"holder_type"`
88
Permissions []string `json:"permissions"`
89
pkg/version.go
@@ -1,3 +1,3 @@
1
package bugout
2
3
-const Version string = "0.4.4"
+const Version string = "0.4.5"
0 commit comments