curl --request PUT \
--url https://{FUSION HOST}/api/solr/{collection}/{path} \
--header 'Content-Type: */*' \
--data '{}'
Send a proxy request to Solr.
curl --request PUT \
--url https://{FUSION HOST}/api/solr/{collection}/{path} \
--header 'Content-Type: */*' \
--data '{}'
Was this page helpful?