diff options
author | Stan Hu <stanhu@gmail.com> | 2018-08-28 15:02:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-08-28 15:02:54 -0700 |
commit | 04845fdeae75ba5de7c93992a5d55663edf647e0 (patch) | |
tree | 345529d947f1347d08f527447c202897b8164b56 /doc/api/notes.md | |
parent | 27580720e1c26e0508960152753d2230cebbe681 (diff) | |
parent | e19f2531366b0a897c738af1d1e3905b8b72ace4 (diff) | |
download | gitlab-ce-04845fdeae75ba5de7c93992a5d55663edf647e0.tar.gz |
Merge remote-tracking branch 'origin/master' into dev/master
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 |