updateAssetSet
Updates an asset set.
Syntax
Parameters
Input (updateAssetSetParam)
Name
Type
Required
Description
companyHandle
xsd:string
Yes
The handle to the company that contains the image set you want to modify.
assetHandle
xsd:string
Yes
The handle to the image set you want to modify.
setDefinition
xsd:string
No
Resets image set members.
thumbAssetHandle
xsd:string
No
The handle of the asset that acts as the thumbnail for the image set.
Output (updateAssetSetReturn)
Name
Type
Required
Description
Examples
Request
<updateAssetSetParam xmlns="http://www.scene7.com/IpsApi/xsd/2014-04-03">
<companyHandle>c|15</companyHandle>
<assetHandle>a|535</assetHandle>
<setDefinition>${getCatalogId([a|202])};${getCatalogId([a|202])};advanced_image;,${getCatalogId([a|935])};${getCatalogId([a|935])};advanced_image;,${getCatalogId([a|933])};${getCatalogId([a|933])};advanced_image;</setDefinition>
<thumbAssetHandle>a|202</thumbAssetHandle>
</updateAssetSetParam>
Response
<updateAssetSetReturn xmlns="http://www.scene7.com/IpsApi/xsd/2014-04-03"/>
4e9b9d8c-5839-4215-aa35-01b652869681