nugetProxy incorrect attribute description and example for api /beta/repositories/nuget/proxy
c4rlier opened this issue · 0 comments
c4rlier commented
Hi,
I'm not sure if this is the right place to submit this bug.
The description for the api endpoint /beta/repositories/nuget/proxy in <NEXUS_URL>/admin/system/api is incorrect. The parameter is of type int32.
"nugetProxy": {
"queryCacheItemMaxAge": "mixed"
}
Should be
"nugetProxy": {
"queryCacheItemMaxAge": "3600"
}