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/notes.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/notes.md')
-rw-r--r-- | doc/api/notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index 7b226dea44c..dddb55edb93 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -15,6 +15,7 @@ GET /projects/:id/notes "body": "The solution is rather tricky", "author": { "id": 1, + "username": "john_smith", "email": "john@example.com", "name": "John Smith", "blocked": false, |