Cut.ProDocs
Posts

Retry a failed item

Re-queues a failed item for publishing. The item's Error and previous render_id are cleared. Only items currently in failed state can be retried.

X-Api-Key<token>

In: header

Path Parameters

id*string
itemId*string

Response Body

application/json

application/json

application/json

POST
/posts/{id}/items/{itemId}/retry
curl -X POST "https://example.com/posts/string/items/string/retry"
{  "success": true,  "item_id": "string"}