/deeplearning/[itemID]/update: Update

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:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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 jobId 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

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "itemId": "0b0c8253d2194335a0f7183388ca6935",
  "jobId": "1bc9887e7913485483fd7fdf96465bf6",
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.