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
c7a9a8b6
Commit
c7a9a8b6
authored
Apr 28, 2020
by
Matthias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update group_milestones.md
parent
2cb02f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/api/group_milestones.md
doc/api/group_milestones.md
+4
-4
No files found.
doc/api/group_milestones.md
View file @
c7a9a8b6
...
...
@@ -79,8 +79,8 @@ Parameters:
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the group
](
README.md#namespaced-path-encoding
)
owned by the authenticated user |
|
`title`
| string | yes | The title of a milestone |
|
`description`
| string | no | The description of the milestone |
|
`due_date`
| date
time | no | The due date of the milestone
|
|
`start_date`
| date
time | no | The start date of the milestone
|
|
`due_date`
| date
| no | The due date of the milestone, in YYYY-MM-DD format (ISO 8601)
|
|
`start_date`
| date
| no | The start date of the milestone, in YYYY-MM-DD format (ISO 8601)
|
## Edit milestone
...
...
@@ -98,8 +98,8 @@ Parameters:
|
`milestone_id`
| integer | yes | The ID of a group milestone |
|
`title`
| string | no | The title of a milestone |
|
`description`
| string | no | The description of a milestone |
|
`due_date`
| date
time | no | The due date of the milestone
|
|
`start_date`
| date
time | no | The start date of the milestone
|
|
`due_date`
| date
| no | The due date of the milestone, in YYYY-MM-DD format (ISO 8601)
|
|
`start_date`
| date
| no | The start date of the milestone, in YYYY-MM-DD format (ISO 8601)
|
|
`state_event`
| string | no | The state event of the milestone _(
`close`
or
`activate`
)_ |
## Delete group milestone
...
...
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