Skip to content

Commit

Permalink
GC-1496 update .failed event to include rendering errors (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Senechko authored Jan 26, 2024
1 parent 73662af commit 8da2b9d
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 768 deletions.
10 changes: 5 additions & 5 deletions dist/lob-api-bundled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Lob
version: 1.19.22
version: 1.19.23
description: >
The Lob API is organized around REST. Our API is designed to have
predictable, resource-oriented URLs and uses HTTP response codes to indicate
Expand Down Expand Up @@ -658,7 +658,7 @@ tags:
<tr>
<td style="white-space: nowrap"><code>postcard.failed</code></td>
<td style="white-space: nowrap"><code>false</code></td>
<td style="white-space: nowrap">A postcard receives a "Failed" <a href='#operation/tracking_event'>tracking event</a>.</td>
<td style="white-space: nowrap">A postcard receives a "Failed" <a href="https://help.lob.com/print-and-mail/designing-mail-creatives/creative-formatting/rendering-errors">rendering error</a> or <a href='#operation/tracking_event'>tracking event</a>.</td>
</tr>
<tr>
<td style="white-space: nowrap"><code>postcard.re-routed</code></td>
Expand Down Expand Up @@ -741,7 +741,7 @@ tags:
<tr>
<td style="white-space: nowrap"><code>self_mailer.failed</code></td>
<td style="white-space: nowrap"><code>false</code></td>
<td style="white-space: nowrap">A self_mailer receives an "Failed" <a href='#operation/tracking_event'>tracking event</a>.</td>
<td style="white-space: nowrap">A self_mailer receives an "Failed" <a href="https://help.lob.com/print-and-mail/designing-mail-creatives/creative-formatting/rendering-errors">rendering error</a> or <a href='#operation/tracking_event'>tracking event</a>.</td>
</tr>
<tr>
<td style="white-space: nowrap"><code>self_mailer.re-routed</code></td>
Expand Down Expand Up @@ -824,7 +824,7 @@ tags:
<tr>
<td style="white-space: nowrap"><code>letter.failed</code></td>
<td style="white-space: nowrap"><code>false</code></td>
<td style="white-space: nowrap">A letter receives a "Failed" <a href='#operation/tracking_event'>tracking event</a>.</td>
<td style="white-space: nowrap">A letter receives a "Failed" <a href="https://help.lob.com/print-and-mail/designing-mail-creatives/creative-formatting/rendering-errors">rendering error</a> or <a href='#operation/tracking_event'>tracking event</a>.</td>
</tr>
<tr>
<td style="white-space: nowrap"><code>letter.re-routed</code></td>
Expand Down Expand Up @@ -982,7 +982,7 @@ tags:
<tr>
<td style="white-space: nowrap"><code>check.failed</code></td>
<td style="white-space: nowrap"><code>false</code></td>
<td style="white-space: nowrap">A check receives a "Failed" <a href='#operation/tracking_event'>tracking event</a>.</td>
<td style="white-space: nowrap">A check receives a "Failed" <a href="https://help.lob.com/print-and-mail/designing-mail-creatives/creative-formatting/rendering-errors">rendering error</a> or <a href='#operation/tracking_event'>tracking event</a>.</td>
</tr>
<tr>
<td style="white-space: nowrap"><code>check.re-routed</code></td>
Expand Down
41 changes: 23 additions & 18 deletions docs/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 8da2b9d

Please sign in to comment.