PUT
/
solrAdmin
/
{solrApiPath}
/
{path}
Send a Solr command
curl --request PUT \
  --url https://{FUSION HOST}/api/solrAdmin/{solrApiPath}/{path} \
  --header 'Content-Type: */*' \
  --data '{}'

Path Parameters

solrApiPath
string
required

The Solr API Path.

path
string
required

The path to the Solr command to run.

Body

*/* · object

Solr request object.

The body is of type object.