mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-3906: added short description for url parameters
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
<webscript>
|
<webscript>
|
||||||
<shortname>Get webscript for removing dynamic authorities from RM</shortname>
|
<shortname>Removes dynamic authorities</shortname>
|
||||||
<description>Gets the result after removing dynamic authorities from RM.</description>
|
<description><![CDATA[
|
||||||
|
Removes dynamic authorities from in place records created in previous verssions.<br/>
|
||||||
|
URL parameter batchsize is mandatory, and represents the number of records that are processed in one transaction.<br/>
|
||||||
|
URL parameter maxProcessedRecords is optional, and represents the maximum number of records that will be processed in one request.<br/>
|
||||||
|
]]>
|
||||||
|
</description>
|
||||||
<url>/api/rm/rm-dynamicauthorities?batchsize={batchsize}&maxProcessedRecords={maxProcessedRecords?}</url>
|
<url>/api/rm/rm-dynamicauthorities?batchsize={batchsize}&maxProcessedRecords={maxProcessedRecords?}</url>
|
||||||
<format default="json">argument</format>
|
<format default="json">argument</format>
|
||||||
<authentication>admin</authentication>
|
<authentication>admin</authentication>
|
||||||
|
Reference in New Issue
Block a user