Batch

Update a batch of Blog Posts

Update a batch of blog posts.

post/cms/v3/blogs/posts/batch/update

Query parameters

archivedboolean

Specifies whether to update deleted Blog Posts. Defaults to false.

Request body

inputsobject[] required

JSON nodes to input.

Response

successful operation

completedAtstring date-time required

Time of batch operation completion.

linksobject

Links associated with batch operation.

requestedAtstring date-time

Time of batch operation request.

startedAtstring date-time required

Time of batch operation start.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

Status of batch operation.

Changes