diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-18 20:04:18 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-18 20:04:18 +0000 |
commit | c45d8e3955b0e5113c661211fbc44972c5033f82 (patch) | |
tree | 2162e0236894b8185fc5c63b06f6f205f0e5e11c | |
parent | 5edf87d0ac699575421ec96cbc0fc91ea0c3c078 (diff) | |
parent | 9628fafa2d8df0008fe62637bad5616a8ca47d22 (diff) | |
download | gitlab-ce-c45d8e3955b0e5113c661211fbc44972c5033f82.tar.gz |
Merge branch 'patch-29' into 'master'
Fix param typo in Notes documentation
See merge request gitlab-org/gitlab-ce!22406
-rw-r--r-- | doc/api/notes.md | 2 |
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) |