POST
/
collections
/
{collection}
/
solr-config
/
{path}
Create a Solr configuration file
curl --request POST \
  --url https://{FUSION HOST}/api/collections/{collection}/solr-config/{path} \
  --header 'Content-Type: */*' \
  --data '[
  "aSDinaTvuI8gbWludGxpZnk="
]'

Headers

If-Match
string
default:"0"

An optional tag to match against the specified blob.

Path Parameters

collection
string
required

The collection that contains the configuration files.

path
string
required

The path to a specific file or nested child nodes. If the file is not nested, the filename can be entered without any path information.

Query Parameters

reload
boolean
default:false

'True' to reload the collection and make the changes available to Solr immediately.

validate
boolean
default:true

Validate the configuration file before saving it.

Body

*/* · string<byte>[]

The content of the file to be saved.

The body is of type string<byte>[].