Commit 2e7d0654 authored by Tomasz Maczukin's avatar Tomasz Maczukin Committed by Sander van Harmelen

Fix Namespace struct (#325)

parent ac99666e
......@@ -37,7 +37,7 @@ type Namespace struct {
Path string `json:"path"`
Kind string `json:"kind"`
FullPath string `json:"full_path"`
ParentID string `json:"parent_id"`
ParentID int `json:"parent_id"`
MembersCountWithDescendants int `json:"members_count_with_descendants"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment