Add an ability for users to specify a path (repo, folder, or item) to re-index on the Metadata Server. I.e (default async=true):
curl -XPOST -T reindex.json http://localhost:8080/artifactory/api/metadata_server/reindex?async=true|false -v -uadmin:password -H "Content-Type: application/json"
{ "paths": ["npm-local", "rpm-local/foo/bar", "docker-local/ubuntu/latest/manifest.json"] }