diff options
author | Stan Hu <stanhu@gmail.com> | 2018-08-29 10:54:24 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-08-29 10:54:24 -0700 |
commit | 14105b5ee9fe83313f3410dd717836fd36497696 (patch) | |
tree | 8ae8aa434551642126df3089864a05f25abb693e /doc/api/notes.md | |
parent | 7e7e52536b876a9381c6efb4d858d3a49d1f9640 (diff) | |
parent | 380c7169cbcc67b4046bc63b62fd1c452c76ad12 (diff) | |
download | gitlab-ce-14105b5ee9fe83313f3410dd717836fd36497696.tar.gz |
Merge branch 'master' into sh-add-object-storage-qa
Diffstat (limited to 'doc/api/notes.md')
-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 c271d46688f..44940bdd9e5 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -100,7 +100,7 @@ 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 - `body` (required) - The content of a note -- `created_at` (optional) - Date time string, ISO 8601 formatted, e.g. 2016-03-11T03:45:40Z +- `created_at` (optional) - Date time string, ISO 8601 formatted, e.g. 2016-03-11T03:45:40Z (requires admin or project/group owner rights) ```bash curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/5/issues/11/notes?body=note |