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
d43cb4d5
Commit
d43cb4d5
authored
Jan 11, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs-epic-issues-api-link' into 'master'
Epic issues API link See merge request gitlab-org/gitlab-ee!3998
parents
c648bc66
068b622a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc/api/epics.md
doc/api/epics.md
+6
-1
No files found.
doc/api/epics.md
View file @
d43cb4d5
# Epics API
# Epics API
Every API call to epic
_issues
must be authenticated.
Every API call to epic must be authenticated.
If a user is not a member of a group and the group is private, a
`GET`
request on that group will result to a
`404`
status code.
If a user is not a member of a group and the group is private, a
`GET`
request on that group will result to a
`404`
status code.
Epics are available only in EEU. If epics feature is not available a
`403`
status code will be returned.
Epics are available only in EEU. If epics feature is not available a
`403`
status code will be returned.
## Epic issues API
The
[
epic issues API
](
epic_issues.md
)
allows you to interact with issues associated with an epic.
## List epics for a group
## List epics for a group
Gets all epics of the requested group.
Gets all epics of the requested group.
...
@@ -186,3 +190,4 @@ DELETE /groups/:id/-/epics/:epic_iid
...
@@ -186,3 +190,4 @@ DELETE /groups/:id/-/epics/:epic_iid
```
bash
```
bash
curl
--header
DELETE
"PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK"
https://gitlab.example.com/api/v4/groups/1/-/epics/5?title
=
New%20Title
curl
--header
DELETE
"PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK"
https://gitlab.example.com/api/v4/groups/1/-/epics/5?title
=
New%20Title
```
```
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