Commit dec0df95 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'bcarranza-master-patch-47422' into 'master'

Add missing quote to Create Debian distribution API example

See merge request gitlab-org/gitlab!70412
parents 6390a219 673e3399
......@@ -78,7 +78,7 @@ packages on the group level, create a distribution with the same `codename`.
To create a project-level distribution:
```shell
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/<project_id>/debian_distributions?codename=unstable
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/<project_id>/debian_distributions?codename=unstable"
```
Example response:
......
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