{ "name": "RefreshMapAreaPackage", "displayName": "RefreshMapAreaPackage", "description": "The Refresh Map Area Package task refreshes existing map area packages to update them with changes made on the source data since the last time those packages were created or refreshed.", "category": "", "helpUrl": "https://sigma.madrid.es/hosted/rest/directories/arcgisoutput/Utilities/OfflinePackaging_GPServer/Utilities_OfflinePackaging/RefreshMapAreaPackage.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "packages", "dataType": "GPString", "displayName": "List of packages to update", "description": "A JSON array consisting of packages that need to be refreshed, specified with the ID of each package item. Packages can belong to different map areas. A package item should only be listed if you are the owner of the package item or organization administrators.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "result", "dataType": "GPString", "displayName": "Update result", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }