Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-07-23 10:52:15 +0300
committerDouwe Maan <douwe@gitlab.com>2018-07-23 10:52:15 +0300
commitc52ab9141c27e131721d8ae28b44bff9a3431cae (patch)
tree2109d84de1377060705b7605e355f6830be8a9db /doc
parent480b5345682c6935314f1958e79c1edd1a19c2f3 (diff)
Fix gitlab import project load
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index f3ccca46420..9409afc88a8 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -573,7 +573,15 @@ If the project is a fork, and you provide a valid token to authenticate, the
"avatar_url":"https://assets.gitlab-static.net/uploads/-/system/project/avatar/13083/logo-extra-whitespace.png",
"star_count":3812,
"forks_count":3561,
- "last_activity_at":"2018-01-02T11:40:26.570Z"
+ "last_activity_at":"2018-01-02T11:40:26.570Z",
+ "namespace": {
+ "id": 72,
+ "name": "GitLab.org",
+ "path": "gitlab-org",
+ "kind": "group",
+ "full_path": "gitlab-org",
+ "parent_id": null
+ }
}
...