Commit 3b05c836 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'bbodenmiller-master-patch-61785' into 'master'

Don't use hidden status in Publish a package file example

See merge request gitlab-org/gitlab!80443
parents 6e7d4f4d 0450f6ac
......@@ -57,7 +57,7 @@ Example request using a personal access token:
```shell
curl --header "PRIVATE-TOKEN: <your_access_token>" \
--upload-file path/to/file.txt \
"https://gitlab.example.com/api/v4/projects/24/packages/generic/my_package/0.0.1/file.txt?status=hidden"
"https://gitlab.example.com/api/v4/projects/24/packages/generic/my_package/0.0.1/file.txt"
```
Example response without attribute `select`:
......
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