Commit 59513658 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-releases_events' into 'master'

Add missing attribute to add project hook API

See merge request gitlab-org/gitlab!77312
parents 919dab16 3a72c6df
......@@ -2386,6 +2386,7 @@ POST /projects/:id/hooks
| `token` | string | **{dotted-circle}** No | Secret token to validate received payloads; this isn't returned in the response. |
| `url` | string | **{check-circle}** Yes | The hook URL. |
| `wiki_page_events` | boolean | **{dotted-circle}** No | Trigger hook on wiki events. |
| `releases_events` | boolean | **{dotted-circle}** No | Trigger hook on release events. |
### Edit project hook
......
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