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
068b622a
Commit
068b622a
authored
Jan 11, 2018
by
Victor Wu
Committed by
Sean McGivern
Jan 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Epic issues API link
parent
ba55d2dd
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 @
068b622a
# 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.
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
Gets all epics of the requested group.
...
...
@@ -186,3 +190,4 @@ DELETE /groups/:id/-/epics/:epic_iid
```
bash
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