With GET /documents?actionStatus=FAILED now returning failed document actions status. It would be nice to add an ability to retry this failed action.
Maybe an point like
PATCH /documents/{documentId}/actions/{FAILED} would be nice.
possible
PATCH /documents/actions/{FAILED} to loop through all failed actions and retry them all. Would be nice if there was a mass failure for some reason.