Commit 421f4106 authored by Alexander Tanayno's avatar Alexander Tanayno

adds example of pull mirror curl command

parent 1cebbce3
......@@ -1569,6 +1569,10 @@ POST /projects/:id/mirror/pull
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) |
```bash
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/:id/mirror/pull
```
## Project badges
Read more in the [Project Badges](project_badges.md) documentation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment