Updates an image set.
Syntax
Input (updateImageSetParam)
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 |
Ys | The handle to the image set you want to modify. |
memberArray | types:ImageSetMemberUpdateArray |
No | Resets image set members. |
thumbAssetHandle | xsd:string |
No | The handle of the asset that acts as the thumbnail for the image set. |
Output (updateImageSetReturn)
Name | Type | Required | Description |
---|---|---|---|
sequence |
Request
<updateImageSetParam xmlns="http://www.scene7.com/IpsApi/xsd/2014-04-03">
<companyHandle>c|15</companyHandle>
<assetHandle>a|381</assetHandle>
<memberArray>
<items>
<assetHandle>a|374</assetHandle>
<pageReset>false</pageReset>
</items>
<items>
<assetHandle>a|375</assetHandle>
<pageReset>false</pageReset>
</items>
<items>
<assetHandle>a|376</assetHandle>
<pageReset>false</pageReset>
</items>
</memberArray>
<thumbAssetHandle>a|376</thumbAssetHandle>
</updateImageSetParam>
Response
<updateImageSetReturn xmlns="http://www.scene7.com/IpsApi/xsd/2014-04-03"/>