Description: Update the indexed and not indexed repositories in a given binary manger
Security: Requires an admin user
Usage: PUT /api/v1/binMgr/{id}/repos
Consumes: application/json
Response codes:
200: Success
Sample usage:
{ "indexed_repos": [ { "name": "docker-local", "type": "local", "pkg_type": "Docker" } ], "non_indexed_repos": [ { "name": "debian-local", "type": "local", "pkg_type": "Debian" } ] }
Response:
{ "info": "Repositories list has been successfully sent to Artifactory" }