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
4d05edeb
Commit
4d05edeb
authored
Apr 20, 2019
by
James Ramsay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing state properties
parent
b1364683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/api/epics.md
doc/api/epics.md
+5
-1
No files found.
doc/api/epics.md
View file @
4d05edeb
...
...
@@ -60,6 +60,7 @@ Example response:
"group_id"
:
7
,
"title"
:
"Accusamus iste et ullam ratione voluptatem omnis debitis dolor est."
,
"description"
:
"Molestias dolorem eos vitae expedita impedit necessitatibus quo voluptatum."
,
"state"
:
"opened"
,
"author"
:
{
"id"
:
10
,
"name"
:
"Lu Mayer"
,
...
...
@@ -112,6 +113,7 @@ Example response:
"group_id"
:
7
,
"title"
:
"Ea cupiditate dolores ut vero consequatur quasi veniam voluptatem et non."
,
"description"
:
"Molestias dolorem eos vitae expedita impedit necessitatibus quo voluptatum."
,
"state"
:
"opened"
,
"author"
:{
"id"
:
7
,
"name"
:
"Pamella Huel"
,
...
...
@@ -174,6 +176,7 @@ Example response:
"group_id"
:
7
,
"title"
:
"Epic"
,
"description"
:
"Epic description"
,
"state"
:
"opened"
,
"author"
:
{
"name"
:
"Alexandra Bashirian"
,
"avatar_url"
:
null
,
...
...
@@ -238,6 +241,7 @@ Example response:
"group_id"
:
7
,
"title"
:
"New Title"
,
"description"
:
"Epic description"
,
"state"
:
"opened"
,
"author"
:
{
"name"
:
"Alexandra Bashirian"
,
"avatar_url"
:
null
,
...
...
@@ -277,7 +281,7 @@ DELETE /groups/:id/epics/:epic_iid
|
`epic_iid`
| integer/string | yes | The internal ID of the epic. |
```
bash
curl
--header
DELETE
"PRIVATE-TOKEN: <your_access_token>"
https://gitlab.example.com/api/v4/groups/1/epics/5
?title
=
New%20Title
curl
--header
DELETE
"PRIVATE-TOKEN: <your_access_token>"
https://gitlab.example.com/api/v4/groups/1/epics/5
```
## Create a todo
...
...
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