Upload configuration file
Allows to automate the upload of a single solr config file.
- POST https://opensolr.com/solr_manager/api/upload_config_file
-
Parameters:
- email - your opensolr registration email address
- api_key - your opensolr api_key
- core_name - the name of the core you wish to upload the schema.xml for
- userfile - your local schema.xml file to POST and upload to the server
- Example here: https://opensolr.com/solr_manager/upload_config_file_form

