diff options
author | Michael Greene <michael.greene@gmail.com> | 2016-04-05 13:04:11 -0500 |
---|---|---|
committer | Michael Greene <michael.greene@gmail.com> | 2016-04-13 12:04:09 -0500 |
commit | c1467f5d97c04c22e2119ace084bb016f8f53d48 (patch) | |
tree | b12c7210aa21f40917ae83dd635435e54e2c8519 /doc/api | |
parent | 28a7fe25fdf28042630282ace35e37310c8f0a12 (diff) | |
download | gitlab-ce-c1467f5d97c04c22e2119ace084bb016f8f53d48.tar.gz |
Allow back dating notes on creation
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index 2e0936f11b5..7aa1c2155bf 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -89,6 +89,7 @@ Parameters: - `id` (required) - The ID of a project - `issue_id` (required) - The ID 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 ### Modify existing issue note |