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:
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index 99bb6d5af2b..3f4f11b9786 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -80,6 +80,7 @@ Example response:
```json
[
{
+ "id": 1,
"title":null,
"project_id":1,
"action_name":"opened",
@@ -99,6 +100,7 @@ Example response:
"author_username":"user3"
},
{
+ "id": 2,
"title":null,
"project_id":1,
"action_name":"opened",
@@ -152,6 +154,7 @@ Example response:
```json
[
{
+ "id": 3,
"title": null,
"project_id": 15,
"action_name": "closed",
@@ -170,6 +173,7 @@ Example response:
"author_username": "root"
},
{
+ "id": 4,
"title": null,
"project_id": 15,
"action_name": "pushed",
@@ -197,6 +201,7 @@ Example response:
"target_title": null
},
{
+ "id": 5,
"title": null,
"project_id": 15,
"action_name": "closed",
@@ -215,6 +220,7 @@ Example response:
"author_username": "root"
},
{
+ "id": 7,
"title": null,
"project_id": 15,
"action_name": "commented on",
@@ -255,7 +261,8 @@ Example response:
## List a Project's visible events
->**Note:** This endpoint has been around longer than the others. Documentation was formerly located in the [Projects API pages](projects.md).
+NOTE: **Note:**
+This endpoint has been around longer than the others. Documentation was formerly located in the [Projects API pages](projects.md).
Get a list of visible events for a particular project.
@@ -285,6 +292,7 @@ Example response:
```json
[
{
+ "id": 8
"title":null,
"project_id":1,
"action_name":"opened",
@@ -305,6 +313,7 @@ Example response:
"author_username":"user3"
},
{
+ "id": 9,
"title":null,
"project_id":1,
"action_name":"opened",
@@ -325,6 +334,7 @@ Example response:
"author_username":"ted"
},
{
+ "id": 10,
"title": null,
"project_id": 1,
"action_name": "commented on",