setAssetPublishState
Last update: July 20, 2021
CREATED FOR:
- Developer
- Admin
Determines if an asset is ready to be published.
Syntax
Authorized User Types
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalContrib
ImagePortalContribUser
The user must have read and write access to the asset.
Parameters
Input (setAssetPublishStateParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string | Yes | The handle to the company. |
assetHandle | xsd:string | Yes | Asset handle. |
publishState | xsd:string | Yes |
Available states:
|
contextHandleArray | Code Phrase |
Output
The IPS API does not return a response for this operation.
Examples
This code sample sets the publication state of an asset using NotMarkedForPublish
.
Request
<setAssetPublishStateParam xmlns="http://www.scene7.com/IpsApi/xsd">
<companyHandle>47</companyHandle>
<assetHandle>24267|1|17063</assetHandle>
<publishState>NotMarkedForPublish</publishState>
</setAssetPublishStateParam>
Response
None.