summaryrefslogtreecommitdiff
path: root/doc/api/issues.md
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-14 13:56:06 -0800
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-14 13:56:06 -0800
commitd2be7577c12766618fd8f57c8328fd847cfa8264 (patch)
treec478316b61db57a21d257c9b6ffc87d0d31c7980 /doc/api/issues.md
parent645afc384a12a06b7760fce1f0fdc822e9c6b164 (diff)
parenta5861b8ff34621be246ea0951a9e46b8859af4d4 (diff)
downloadgitlab-ce-d2be7577c12766618fd8f57c8328fd847cfa8264.tar.gz
Merge pull request #2243 from jouve/fix_gfm_username_autocomplete
fix gfm autocomplete for usernames
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r--doc/api/issues.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index aaad3305489..4c0dde2f4e4 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -18,6 +18,7 @@ GET /issues
"assignee": null,
"author": {
"id": 1,
+ "username": "john_smith",
"email": "john@example.com",
"name": "John Smith",
"blocked": false,
@@ -46,6 +47,7 @@ GET /issues
},
"assignee": {
"id": 2,
+ "username": "jack_smith",
"email": "jack@example.com",
"name": "Jack Smith",
"blocked": false,
@@ -53,6 +55,7 @@ GET /issues
},
"author": {
"id": 1,
+ "username": "john_smith",
"email": "john@example.com",
"name": "John Smith",
"blocked": false,
@@ -110,6 +113,7 @@ Parameters:
},
"assignee": {
"id": 2,
+ "username": "jack_smith",
"email": "jack@example.com",
"name": "Jack Smith",
"blocked": false,
@@ -117,6 +121,7 @@ Parameters:
},
"author": {
"id": 1,
+ "username": "john_smith",
"email": "john@example.com",
"name": "John Smith",
"blocked": false,