diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-08-14 10:03:31 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-08-14 10:03:31 +0000 |
commit | b8b1c0e37a7f35bbbec73b74e73d125675831ca4 (patch) | |
tree | e3a6afd12f15885a6f0a464e40b676115700d813 | |
parent | c446848025b893770763712c8adb89a9c07cd330 (diff) | |
parent | 2427eb4707b3c2b691ed994b93765663dae2b1e6 (diff) | |
download | gitlab-ce-b8b1c0e37a7f35bbbec73b74e73d125675831ca4.tar.gz |
Merge branch 'rz-update_events_documentation' into 'master'49019-extract-base-docker-image-for-test49019-extract-base-docker-image-for-code_quality49019-extract-base-docker-image-for-build49019-create-project-for-dockerfiles-for-auto-devops
Update GET project URL to be similar to GET user URL
See merge request gitlab-org/gitlab-ce!21130
-rw-r--r-- | doc/api/events.md | 2 |
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: |