MoveRange

Move a range of items from one position to another.
{
  "fromStart": 0,
  "fromEnd": 5,
  "to": 20
}
FieldTypeReq.OpenS.Details
fromStartintegerYesYesStart of the original range (inclusive).
fromEndintegerYesYesEnd of the original range (exclusive).
tointegerYesYesNew index of the first item in the range.