Commit bdb3acd5 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-resolved-discussion-webhook' into 'master'

Docs: Updates merge request webhooks for discussions resolved

See merge request gitlab-org/gitlab!78583
parents 1d389b36 71033a16
...@@ -773,6 +773,7 @@ Merge request events are triggered when: ...@@ -773,6 +773,7 @@ Merge request events are triggered when:
- A new merge request is created. - A new merge request is created.
- An existing merge request is updated, approved, unapproved, merged, or closed. - An existing merge request is updated, approved, unapproved, merged, or closed.
- A commit is added in the source branch. - A commit is added in the source branch.
- All threads are resolved on the merge request.
The available values for `object_attributes.action` in the payload are: The available values for `object_attributes.action` in the payload are:
...@@ -838,6 +839,7 @@ Payload example: ...@@ -838,6 +839,7 @@ Payload example:
"updated_at": "2013-12-03T17:23:34Z", "updated_at": "2013-12-03T17:23:34Z",
"milestone_id": null, "milestone_id": null,
"state": "opened", "state": "opened",
"blocking_discussions_resolved": true,
"merge_status": "unchecked", "merge_status": "unchecked",
"target_project_id": 14, "target_project_id": 14,
"iid": 1, "iid": 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment