From 6297be8ce5be8e48cfdcb2b82b5d98e4fbaec894 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Fri, 11 Sep 2020 10:52:04 -0700 Subject: [PATCH] Add support for undocumented test_labels parameters --- openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index ade148d..2277230 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9663,6 +9663,12 @@ components: allOf: - $ref: '#/components/schemas/display_scheme' description: The display format that the label should be shown in. + test_label: + type: boolean + default: false + description: >- + Indicate if this label is being used only for testing purposes. If + true, then no charge will be added to your account. This only works with Stamps.com and Endicia for USPS create_label_from_rate_response_body: title: create_label_from_rate_response_body type: object @@ -9695,6 +9701,12 @@ components: allOf: - $ref: '#/components/schemas/display_scheme' description: The display format that the label should be shown in. + test_label: + type: boolean + default: false + description: >- + Indicate if this label is being used only for testing purposes. If + true, then no charge will be added to your account. This only works with Stamps.com and Endicia for USPS create_label_from_shipment_response_body: title: create_label_from_shipment_response_body type: object