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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md
index f3a1b7323ec..43faf04a709 100644
--- a/doc/api/milestones.md
+++ b/doc/api/milestones.md
@@ -24,7 +24,7 @@ Parameters:
| `title` | string | optional | Return only the milestones having the given `title` |
| `search` | string | optional | Return only milestones with a title or description matching the provided string |
-```bash
+```shell
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/projects/5/milestones
```