Skip to main content

Retry an Upload request

POST 
/external_connections/:id/uploads/:ticket_id/retry

If there were any errors during the upload process, this endpoint will retry the upload request. In some cases this will reattempt the existing upload request, in other cases it may create a new upload request. Please check the ticket_id in the response to determine if a new upload request was created.

Request

Path Parameters

    id int64required

    Identifies the resource.

    ticket_id uuidrequired

    Identifies an Upload request

Responses

202: Successful response

401: Unauthorized

404: Not found

409: Order is still in progress, please wait before retrying

422: Unprocessable Entity

Loading...