Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f8b2d63e
Commit
f8b2d63e
authored
Aug 27, 2019
by
Alexis Sánchez
Committed by
Evan Read
Aug 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc/api/events.md
parent
d6b420ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/api/events.md
doc/api/events.md
+6
-6
No files found.
doc/api/events.md
View file @
f8b2d63e
...
...
@@ -70,7 +70,7 @@ Parameters:
Example request:
```
```
bash
curl
--header
"PRIVATE-TOKEN: <your_access_token>"
https://gitlab.example.com/api/v4/events?target_type
=
issue&action
=
created&after
=
2017-01-31&before
=
2017-03-01
```
...
...
@@ -275,7 +275,7 @@ Parameters:
Example request:
```
```
bash
curl
--header
"PRIVATE-TOKEN: <your_access_token>"
https://gitlab.example.com/api/v4/projects/:project_id/events?target_type
=
issue&action
=
created&after
=
2017-01-31&before
=
2017-03-01
```
...
...
@@ -343,8 +343,8 @@ Example response:
"username"
:
"root"
,
"id"
:
1
,
"state"
:
"active"
,
"avatar_url"
:
"http
://localhost:3000
/uploads/user/avatar/1/fox_avatar.png"
,
"web_url"
:
"http
://localhost:3000
/root"
"avatar_url"
:
"http
s://gitlab.example.com
/uploads/user/avatar/1/fox_avatar.png"
,
"web_url"
:
"http
s://gitlab.example.com
/root"
},
"created_at"
:
"2015-12-04T10:33:56.698Z"
,
"system"
:
false
,
...
...
@@ -357,8 +357,8 @@ Example response:
"username"
:
"root"
,
"id"
:
1
,
"state"
:
"active"
,
"avatar_url"
:
"http
://localhost:3000
/uploads/user/avatar/1/fox_avatar.png"
,
"web_url"
:
"http
://localhost:3000
/root"
"avatar_url"
:
"http
s://gitlab.example.com
/uploads/user/avatar/1/fox_avatar.png"
,
"web_url"
:
"http
s://gitlab.example.com
/root"
},
"author_username"
:
"root"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment