Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNielsNet <niels.liegeois@hotmail.com>2018-04-08 20:47:08 +0300
committerNielsNet <niels.liegeois@hotmail.com>2018-04-08 20:47:08 +0300
commita92a64a3850f9a3515181ad18085b61a439816cb (patch)
treed1eee29b6dee9d33ef7070dd2288ba67234bb94d /doc/api/todos.md
parent86ca1a77c58b508fc1b037c5fffbfb22fd992b42 (diff)
Added missing actions in todos docs
- Added unmergeable action - Added directly_addressed action
Diffstat (limited to 'doc/api/todos.md')
-rw-r--r--doc/api/todos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/todos.md b/doc/api/todos.md
index dd4c737b729..27e623007cc 100644
--- a/doc/api/todos.md
+++ b/doc/api/todos.md
@@ -15,7 +15,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
-| `action` | string | no | The action to be filtered. Can be `assigned`, `mentioned`, `build_failed`, `marked`, or `approval_required`. |
+| `action` | string | no | The action to be filtered. Can be `assigned`, `mentioned`, `build_failed`, `marked`, `approval_required`, `unmergeable` or `directly_addressed`. |
| `author_id` | integer | no | The ID of an author |
| `project_id` | integer | no | The ID of a project |
| `state` | string | no | The state of the todo. Can be either `pending` or `done` |