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:
authorRonald van Zon <rvzon84@gmail.com>2018-08-10 11:56:52 +0300
committerRonald van Zon <rvzon84@gmail.com>2018-08-10 11:56:52 +0300
commit2427eb4707b3c2b691ed994b93765663dae2b1e6 (patch)
treee15df1493eb0f64a9fb05348d5ab90dd83dd8d93 /doc/api/events.md
parentce2f1ec86a9a137177d00209aa7688532a9cbefb (diff)
Update GET project URL to be similar to GET user URL
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index f4d26c4de1c..1b6c4d437dd 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -255,7 +255,7 @@ Example response:
Get a list of visible events for a particular project.
```
-GET /:project_id/events
+GET /projects/:project_id/events
```
Parameters: