Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/milestones.md')
-rw-r--r--doc/api/milestones.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md
index df09e374395..22746d4ceed 100644
--- a/doc/api/milestones.md
+++ b/doc/api/milestones.md
@@ -88,8 +88,8 @@ Parameters:
| `id` | integer or string | yes | The ID or [URL-encoded path of the project](index.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` | string | no | The due date of the milestone |
-| `start_date` | string | no | The start date of the milestone |
+| `due_date` | string | no | The due date of the milestone (`YYYYMMDD`) |
+| `start_date` | string | no | The start date of the milestone (`YYYYMMDD`) |
## Edit milestone
@@ -107,8 +107,8 @@ Parameters:
| `milestone_id` | integer | yes | The ID of the project's milestone |
| `title` | string | no | The title of a milestone |
| `description` | string | no | The description of the milestone |
-| `due_date` | string | no | The due date of the milestone |
-| `start_date` | string | no | The start date of the milestone |
+| `due_date` | string | no | The due date of the milestone (`YYYYMMDD`) |
+| `start_date` | string | no | The start date of the milestone (`YYYYMMDD`) |
| `state_event` | string | no | The state event of the milestone (close or activate) |
## Delete project milestone