Skip to content
Snippets Groups Projects
Commit 7db27689 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira
Browse files

Adjust projects spec on namespace fields

parent da3e4f41
No related branches found
No related tags found
1 merge request!12497Add group members counting related data on namespaces API
......@@ -698,7 +698,9 @@
'name' => user.namespace.name,
'path' => user.namespace.path,
'kind' => user.namespace.kind,
'full_path' => user.namespace.full_path
'full_path' => user.namespace.full_path,
'parent_id' => nil,
'members_count' => nil
})
end
......
......@@ -734,7 +734,9 @@
'name' => user.namespace.name,
'path' => user.namespace.path,
'kind' => user.namespace.kind,
'full_path' => user.namespace.full_path
'full_path' => user.namespace.full_path,
'parent_id' => nil,
'members_count' => nil
})
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment