Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e6a43962
Commit
e6a43962
authored
Nov 18, 2021
by
Jonas Wälter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs error in NuGet API
Changelog: fixed
parent
65e9ffd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/api/packages/nuget.md
doc/api/packages/nuget.md
+5
-4
No files found.
doc/api/packages/nuget.md
View file @
e6a43962
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment