Skip to content

Add Endpoint to retry failed document actions #192

@mfriesen

Description

@mfriesen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions