Replace a Solr configuration file
Replace a Solr configuration file
Overwrite a Solr configuration file with the one provided in the request body. As a best practice, all requests should include the Content-type in the request header.
PUT
Replace a Solr configuration file
Headers
An optional tag to match against the specified blob.
Path Parameters
The collection that contains the configuration files.
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.
Pattern:
.*Query Parameters
'True' to reload the collection and make the changes available to Solr immediately.
Before updating the Solr configuration, reload the Solr collection and verify that it doesn't fail.
Body
*/*
The content of the file to be saved.
Pattern:
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$Response
204 - undefined