Commit 7feaa20f authored by Tim Rizzi's avatar Tim Rizzi Committed by Nick Gaskill

Add note about tokens to generic registry

parent 012cf166
...@@ -35,7 +35,10 @@ When you publish a package file, if the package does not exist, it is created. ...@@ -35,7 +35,10 @@ When you publish a package file, if the package does not exist, it is created.
Prerequisites: Prerequisites:
- You need to [authenticate with the API](../../../api/index.md#authentication). If authenticating with a deploy token, it must be configured with the `write_package_registry` scope. - You must [authenticate with the API](../../../api/index.md#authentication).
If authenticating with a deploy token, it must be configured with the `write_package_registry`
scope. If authenticating with a personal access token or project access token, it must be
configured with the `api` scope.
```plaintext ```plaintext
PUT /projects/:id/packages/generic/:package_name/:package_version/:file_name?status=:status PUT /projects/:id/packages/generic/:package_name/:package_version/:file_name?status=:status
......
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