sonatype-nexus-community/nexus-scripting-examples

nugetProxy incorrect attribute description and example for api ​/beta​/repositories​/nuget​/proxy

c4rlier opened this issue · 0 comments

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"
  }