SOLR-13169 Improve docs for MOVEREPLICA - better parity with ref guide for v2 api descriptions

This commit is contained in:
Gus Heck 2020-06-13 16:24:45 -04:00
parent b00d747eb6
commit 396490b65c
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"properties": {
"replica": {
"type": "string",
"description": "The name of the replica to move. Either this parameter or shard is required."
"description": "The name of the replica to move. Either this parameter or shard + sourceNode is required, this parameter takes precedence."
},
"shard": {
"type": "string",
@ -32,7 +32,7 @@
},
"sourceNode": {
"type": "string",
"description": "The name of the node that contains the replica."
"description": "The name of the node that contains the replica. Either this parameter or replica is required. If replica is specified, this parameter is ignored."
},
"targetNode": {
"type": "string",