summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArtur Pomadowski <artur.pomadowski@gmail.com>2018-10-16 20:32:12 +0000
committerArtur Pomadowski <artur.pomadowski@gmail.com>2018-10-16 20:32:12 +0000
commit9628fafa2d8df0008fe62637bad5616a8ca47d22 (patch)
tree2d0d98ffd93e193af467d8fbc862e0e0e954e082 /doc
parentd87e88a616f370421add5b3d964550e456430432 (diff)
downloadgitlab-ce-9628fafa2d8df0008fe62637bad5616a8ca47d22.tar.gz
Fix param typo in notes.md
Diffstat (limited to 'doc')
-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)