Skip to content

Commit

Permalink
bundle and redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKitchell committed Sep 22, 2023
1 parent f2fbaca commit 70423b6
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 37 deletions.
63 changes: 40 additions & 23 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.17
version: 1.19.18
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 @@ -7774,33 +7774,42 @@ components:
position:
type: string
enum:
- relative, fixed
- relative
description: >-
Sets how a QR code is being positioned in the document. When using
position 'relative', you should provide one of 'top' or 'bottom',
and one of 'left' or 'right'.
Sets how a QR code is being positioned in the document. Together
with this, you should provide one of 'top' or 'bottom', and one of
'left' or 'right'.
top:
type: string
description: Vertical distance (in inches) to place QR code from the top.
description: >-
Vertical distance (in inches) to place QR code from the top. Only
allowed if "bottom" isn't provided.
right:
type: string
description: Horizonal distance (in inches) to place QR code from the right.
description: >-
Horizonal distance (in inches) to place QR code from the right. Only
allowed if "left" isn't provided.
left:
type: string
description: Horizonal distance (in inches) to place QR code from the left.
description: >-
Horizonal distance (in inches) to place QR code from the left. Only
allowed if "right" isn't provided.
bottom:
type: string
description: Vertical distance (in inches) to place QR code from the bottom.
description: >-
Vertical distance (in inches) to place QR code from the bottom. Only
allowed if "top" isn't provided.
redirect_url:
description: >
Redirect all mail receipients to either a single URL or a custom
personalized URL for each address. To redirect to a single URL for
the whole campaign, add a `redirect_url` in the request body along
with the url as string. To redirect to a custom URL for each
address, create an extra column in the [audience
Redirect all mail recipients to either a single URL or a custom
personalized URL for each recipient. To redirect to a single URL
for the whole campaign, add a `redirect_url` in the request body
along with the url as string. To redirect to a custom URL for each
recipient, do not provide any value for `redirect_url`. Instead,
create an extra column in the [audience
file](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/campaign-audience-guide)
with a unique link against each address row and map that row using
the merge variable mapping while creating an upload. If the QR code
with a unique link against each address row and while creating an
upload, map `qr_code_redirect_url` to this column. If the QR code
section is used but a redirection url is not provided or mapped
while creating an upload, then there might be failures in creating
individual mail pieces.
Expand Down Expand Up @@ -9066,21 +9075,29 @@ components:
enum:
- relative
description: >-
Sets how a QR code is being positioned in the document. When using
position 'relative', you should provide one of 'top' or 'bottom',
and one of 'left' or 'right'.
Sets how a QR code is being positioned in the document. Together
with this, you should provide one of 'top' or 'bottom', and one of
'left' or 'right'.
top:
type: string
description: Vertical distance (in inches) to place QR code from the top.
description: >-
Vertical distance (in inches) to place QR code from the top. Only
allowed if "bottom" isn't provided.
right:
type: string
description: Horizonal distance (in inches) to place QR code from the right.
description: >-
Horizonal distance (in inches) to place QR code from the right. Only
allowed if "left" isn't provided.
left:
type: string
description: Horizonal distance(in inches) to place QR code from the left.
description: >-
Horizonal distance (in inches) to place QR code from the left. Only
allowed if "right" isn't provided.
bottom:
type: string
description: Vertical distance (in inches) to place QR code from the bottom.
description: >-
Vertical distance (in inches) to place QR code from the bottom. Only
allowed if "top" isn't provided.
redirect_url:
type: string
description: >-
Expand Down
Loading

0 comments on commit 70423b6

Please sign in to comment.