patch/v1/print-jobs/{id}/retry

Path parameters

idstring required

Request body

expected_retry_countnumber
next_eligible_atstring date-time
terminal_reasonstring
increment_retryboolean
retry_countnumber
max_retriesnumber
organizationIdstring

Organization ID (optional, defaults to user's primary organization)

Response

Default Response

successboolean
retry_countnumber
max_retriesnumber
next_eligible_atstring date-time

Changes

Changed in 1 of the 24 revisions of this API.7

    • added the new optional request property expected_retry_count

      new-optional-request-property

    • added the new optional request property next_eligible_at

      new-optional-request-property

    • added the new optional request property terminal_reason

      new-optional-request-property

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the optional property max_retries to the response with the 200 status

      response-optional-property-added

    • added the optional property next_eligible_at to the response with the 200 status

      response-optional-property-added

    • added the optional property retry_count to the response with the 200 status

      response-optional-property-added