diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-14 08:13:15 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-14 08:13:15 +0000 |
commit | bc72b2f181f63ee4d5271480c990b7660fd997c8 (patch) | |
tree | d32f9deb53be3492c8f3af4ee22ebe07634a02f0 | |
parent | c1f2fa8e993efc0e7737fb264891b2182c846283 (diff) | |
parent | b9bd6a8a33888b094aa938d81e52b1e3e6252479 (diff) | |
download | gitlab-ce-bc72b2f181f63ee4d5271480c990b7660fd997c8.tar.gz |
Merge branch 'patch-31' into 'master'fix-missing-prometheus-manage-button
Update events.md.
See merge request gitlab-org/gitlab-ce!23021
-rw-r--r-- | doc/api/events.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/events.md b/doc/api/events.md index ccac5b8bb60..e1c6b801a77 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -71,7 +71,7 @@ Parameters: Example request: ``` -curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/events&target_type=issue&action=created&after=2017-01-31&before=2017-03-01 +curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/events?target_type=issue&action=created&after=2017-01-31&before=2017-03-01 ``` Example response: @@ -276,7 +276,7 @@ Parameters: Example request: ``` -curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/:project_id/events&target_type=issue&action=created&after=2017-01-31&before=2017-03-01 +curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/:project_id/events?target_type=issue&action=created&after=2017-01-31&before=2017-03-01 ``` Example response: |