Description
Hi Nexus3 team,
i detect that the routing rule property of all proxy repositories has different names in the json of the HTTP GET call response and the HTTP POST call body parameters.
Example for APT:
- POST
"AptProxyRepositoryApiRequest": { ... "routingRule": { "type": "string" }, } },
- GET:
"AptProxyApiRepository": { ... "routingRuleName": { "type": "string", "description": "The name of the routing rule assigned to this repository" }, } },
It is hard to build a struct/class in go if the attributes have different names in the POST and GET call at the API.
Please use the same name for an attribute.
Attachments
Issue Links
- relates
-
NEXUS-29298 routing rules not assigned when creating/updating repositories using REST API
-
- New
-