Performs Bulk Items Asset Refresh Operation

post

/content/management/api/v1.1/items/.bulk/assetRefresh

Performs Bulk Items Asset Refresh with given payload.

Request

Supported Media Types
Header Parameters
  • This parameter is used to control the interaction type (synchronous/asynchronous) of the request. If the header is provided with value respond-async, it indicates that asynchronous interaction is preferred. Otherwise, synchronous interaction is preferred. Asynchronous request is responded with 202 status with a status link in the location header. Synchronous request is responded with 200 along with response body.
    Allowed Values: [ "respond-async" ]
  • A custom header to mitigate CSRF attacks.
    Allowed Values: [ "XMLHttpRequest" ]
Body ()
Details of the bulk items operations.
Root Schema : BulkItemsValidateAssetRefresh
Type: object
Item Bulk Validate Asset Refresh
Show Source
  • failedItems
    items on which the asset refresh validation failed
  • items
    Asset refresh items list
  • links
  • This parameter accepts a query expression condition that matches the field values. Many such query conditions can be joined using OR operators. The value of query condition follows the format of id eq "{itemId}". Query condition on any item field other than id is not supported. Any operator other than eq (Equals) in the query condition is not supported.
    Example: id eq "COREBE1BDF66159849B790CC9ACE49BD2199" OR id eq "CONT22AA154CDD884D81A3678E1BD37333B7"
Nested Schema : failedItems
Type: array
items on which the asset refresh validation failed
Show Source
Nested Schema : items
Type: array
Asset refresh items list
Show Source
Nested Schema : AssetRefreshFailedItemId
Type: object
Show Source
Nested Schema : ItemId
Type: object
Show Source
Back to Top

Response

Supported Media Types

202 Response

Accepted.

304 Response

Not modified.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top