diff options
author | Christoph Dreis <dreis2211@users.noreply.github.com> | 2015-04-10 20:05:01 +0200 |
---|---|---|
committer | Christoph Dreis <dreis2211@users.noreply.github.com> | 2015-04-10 20:05:01 +0200 |
commit | d570d0a2804990fc59126828616011d310392d64 (patch) | |
tree | 119d52dd79e35487717fa8cebd703bb5344c09df /doc/api | |
parent | 1fdc610fa54bbf768fbcad37088fd0adfc8d64fd (diff) | |
download | gitlab-ce-d570d0a2804990fc59126828616011d310392d64.tar.gz |
Update API documentation of projects with creator_id
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 55d525fef66..971fe96fb8e 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -63,6 +63,7 @@ Parameters: "snippets_enabled": false, "created_at": "2013-09-30T13: 46: 02Z", "last_activity_at": "2013-09-30T13: 46: 02Z", + "creator_id": 3, "namespace": { "created_at": "2013-09-30T13: 46: 02Z", "description": "", @@ -103,6 +104,7 @@ Parameters: "snippets_enabled": false, "created_at": "2013-09-30T13:46:02Z", "last_activity_at": "2013-09-30T13:46:02Z", + "creator_id": 3, "namespace": { "created_at": "2013-09-30T13:46:02Z", "description": "", @@ -190,6 +192,7 @@ Parameters: "snippets_enabled": false, "created_at": "2013-09-30T13: 46: 02Z", "last_activity_at": "2013-09-30T13: 46: 02Z", + "creator_id": 3, "namespace": { "created_at": "2013-09-30T13: 46: 02Z", "description": "", |