Commit 7c36b542 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'zevisert-master-patch-76924' into 'master'

Docs: fix missing space in example cURL command

See merge request gitlab-org/gitlab!78326
parents 2d39773e 0e1b9b2a
...@@ -54,7 +54,7 @@ For example: ...@@ -54,7 +54,7 @@ For example:
```shell ```shell
curl --request POST \ curl --request POST \
--form token=<token> \ --form token=<token> \
--formref=<ref_name> \ --form ref=<ref_name> \
"https://gitlab.example.com/api/v4/projects/<project_id>/trigger/pipeline" "https://gitlab.example.com/api/v4/projects/<project_id>/trigger/pipeline"
``` ```
......
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