summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-10-24 15:12:38 +0000
committerMike Greiling <mike@pixelcog.com>2018-10-24 15:12:38 +0000
commita6af6bf6e21bb5b36a94ba334c99bc586cb3297b (patch)
tree41a63f8d85f562573f45aa5898d749ceb51606a5 /doc/api/notes.md
parentac8f85805c0ff7dd00072b2974fdd05724863816 (diff)
parenta1ee2072f1a7c197e13bd2d5f8ca59ad1deb1c49 (diff)
downloadgitlab-ce-prettify-all-the-things-7.tar.gz
Merge branch 'master' into 'prettify-all-the-things-7'prettify-all-the-things-7
# Conflicts: # app/assets/javascripts/activities.js
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r--doc/api/notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md
index 44940bdd9e5..9f6740ad86a 100644
--- a/doc/api/notes.md
+++ b/doc/api/notes.md
@@ -98,7 +98,7 @@ POST /projects/:id/issues/:issue_iid/notes
Parameters:
- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding)
-- `issue_id` (required) - The IID of an issue
+- `issue_iid` (required) - The IID of an issue
- `body` (required) - The content of a note
- `created_at` (optional) - Date time string, ISO 8601 formatted, e.g. 2016-03-11T03:45:40Z (requires admin or project/group owner rights)