diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-14 13:56:06 -0800 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-14 13:56:06 -0800 |
commit | d2be7577c12766618fd8f57c8328fd847cfa8264 (patch) | |
tree | c478316b61db57a21d257c9b6ffc87d0d31c7980 /doc/api/projects.md | |
parent | 645afc384a12a06b7760fce1f0fdc822e9c6b164 (diff) | |
parent | a5861b8ff34621be246ea0951a9e46b8859af4d4 (diff) | |
download | gitlab-ce-d2be7577c12766618fd8f57c8328fd847cfa8264.tar.gz |
Merge pull request #2243 from jouve/fix_gfm_username_autocomplete
fix gfm autocomplete for usernames
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index fdedf904a3a..fac4107fd93 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -17,6 +17,7 @@ GET /projects "default_branch": "master", "owner": { "id": 1, + "username": "john_smith", "email": "john@example.com", "name": "John Smith", "blocked": false, @@ -38,6 +39,7 @@ GET /projects "default_branch": "api", "owner": { "id": 1, + "username": "john_smith", "email": "john@example.com", "name": "John Smith", "blocked": false, @@ -75,6 +77,7 @@ Parameters: "default_branch": "api", "owner": { "id": 1, + "username": "john_smith", "email": "john@example.com", "name": "John Smith", "blocked": false, @@ -141,6 +144,7 @@ Parameters: { "id": 1, + "username": "john_smith", "email": "john@example.com", "name": "John Smith", "blocked": false, |