forceRepublishAssets

Last update: 2021-07-20
  • Created for:
  • Developer
    Admin

Resets the publish status for one or more assets to force the asset to be republished in the next publish job.

Syntax

Authorized User Types

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin
  • ImagePortalContrib
  • ImagePortalContribUser

Parameters

Input (forceRepublishAssetsParam)

Name

Type

Required

Description

companyHandle xsd:string

Yes

Handle to the company containing assets to reset.

republishFiles xsd:boolean

No

Designates that the files for the asset are republished to the delivery servers. Defaults to true.

resyncCatalog xsd:boolean

No

Designates that the catalog metadata used to serve the asset is synced to guarantee that it is current. This parameter is used to resolve race conditions that might occur on near concurrent updates to the same record. Defaults to false.

assetHandleArray types:HandleArray

Yes

Array of handles to assets whose publish status is to be reset.

Output (forceRepublishAssetsParam)

Name

Type

Required

Description

publishStateUpdateArray types:PublishStateUpdateArray

Yes

Array of publish state updates.

On this page