diff --git a/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml b/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml index 7d1444f83a..621f991ede 100644 --- a/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml +++ b/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml @@ -1,7 +1,7 @@ <webscript> <shortname>Get transactions</shortname> <description>Get the transactions from the given commit time.</description> - <url>/api/solr/transactions?fromTxnId={fromTxnId?}&fromCommitTime={fromCommitTime?}&maxResults={maxResults?}</url> + <url>/api/solr/transactions?minTxnId={minTxnId?}&maxTxnId={maxTxnId?}&fromCommitTime={fromCommitTime?}&toCommitTime={toCommitTime?}&maxResults={maxResults?}</url> <format default="json">argument</format> <!-- Solr api is protected by a solr-specific authentication mechanism --> <authentication>none</authentication> @@ -9,4 +9,4 @@ <transaction allow="readonly">required</transaction> <lifecycle>internal</lifecycle> <family>SOLR</family> -</webscript> \ No newline at end of file +</webscript>