diff --git a/openapi.yaml b/openapi.yaml index 689a3c3..a11ae67 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