blob: ed948581a59ce91ffd6153a6edf37908ba970f68 [file] [log] [blame]
{
"documentation": "https://lucene.apache.org/solr/guide/collection-management.html#reload",
"description": "Reloads a collection so new configuration changes can take effect and be available for use by the system.",
"type" : "object",
"properties":{
"async": {
"type": "string",
"description": "Defines a request ID that can be used to track this action after it's submitted. The action will be processed asynchronously when this is defined."
}
}
}