- URL:
- https://<root>/portals/[portalID]/livingatlascatalog/deeplearning/[itemID]/update
- Methods:
POST
- Version Introduced:
- 11.5
Example usage
The following is a sample POST request for the update
operation:
POST /<context>/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/deeplearning/0b0c8253d2194335a0f7183388ca6935/update
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
Description
The update
operation updates a deep learning package with the newest version from Living Atlas in ArcGIS Online. The operation first deletes the existing package before then downloading and importing the updated package. This operation is performed asynchronously and returns a job
that can be used to track the status of the import job. Job status can also be tracked using the Install Status resource.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
JSON Response example
{
"itemId": "0b0c8253d2194335a0f7183388ca6935",
"jobId": "1bc9887e7913485483fd7fdf96465bf6",
"success": true
}