Skip to content

The NuGet V3 Feed Service Index

GET
/api/v4/groups/{id}/-/packages/nuget/index

This feature was introduced in GitLab 12.6

id
required
One of:
integer

The group ID or full group path.

OK

Media type application/json
object
version
string
resources
Array<object>
object
Example
{
"version": "1.3.0.17",
"resources": [
{
"@id": "https://gitlab.com/api/v4/projects/1/packages/nuget/query",
"@type": "SearchQueryService",
"comment": "Filter and search for packages by keyword."
}
]
}

Bad Request

Not Found