Skip to content

Commit

Permalink
Add support for undocumented test_labels parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent d4cdc80 commit 6297be8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6297be8

Please sign in to comment.