-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9683237
commit cab4803
Showing
8 changed files
with
596 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
openapi: 3.0.3 | ||
info: | ||
title: Lob | ||
version: 1.19.10 | ||
version: 1.19.11 | ||
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 | ||
|
@@ -9150,7 +9150,10 @@ components: | |
- 6x18_bifold | ||
- 11x9_bifold | ||
- 12x9_bifold | ||
description: Specifies the size of the self mailer. | ||
- 17.75x9_trifold | ||
description: >- | ||
Specifies the size of the self mailer. The `17.75x9_trifold` size is in | ||
beta. Contact [email protected] or your account contact to learn more. | ||
default: 6x18_bifold | ||
self_mailer_base: | ||
allOf: | ||
|
@@ -9290,6 +9293,7 @@ components: | |
following the templates provided here: | ||
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/6x18_sfm_bifold_template.pdf" target="_blank">6x18 bifold template</a> | ||
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/12x9_sfm_bifold_template.pdf" target="_blank">12x9 bifold template</a> | ||
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/17_75x9_trifold_sfm_template.pdf" target="_blank">17.75x9 trifold template</a> | ||
|
||
|
||
See [here](#section/HTML-Examples) for HTML examples. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ enum: | |
- 6x18_bifold | ||
- 11x9_bifold | ||
- 12x9_bifold | ||
- 17.75x9_trifold | ||
|
||
description: Specifies the size of the self mailer. | ||
description: Specifies the size of the self mailer. The `17.75x9_trifold` size is in beta. Contact [email protected] or your account contact to learn more. | ||
|
||
default: 6x18_bifold |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters