Commit e6a43962 authored by Jonas Wälter's avatar Jonas Wälter

Fix docs error in NuGet API

Changelog: fixed
parent 65e9ffd6
...@@ -287,12 +287,13 @@ Example response: ...@@ -287,12 +287,13 @@ Example response:
Returns metadata for a specific package version: Returns metadata for a specific package version:
```plaintext ```plaintext
GET <route-prefix>/metadata/:package_name/index GET <route-prefix>/metadata/:package_name/:package_version
``` ```
| Attribute | Type | Required | Description | | Attribute | Type | Required | Description |
| -------------- | ------ | -------- | ----------- | | ----------------- | ------ | -------- | ----------- |
| `package_name` | string | yes | The name of the package. | | `package_name` | string | yes | The name of the package. |
| `package_version` | string | yes | The version of the package. |
```shell ```shell
curl --user <username>:<personal_access_token> "https://gitlab.example.com/api/v4/projects/1/packages/nuget/metadata/MyNuGetPkg/1.3.0.17" curl --user <username>:<personal_access_token> "https://gitlab.example.com/api/v4/projects/1/packages/nuget/metadata/MyNuGetPkg/1.3.0.17"
......
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