Skip to content

Commit 07f8421

Browse files
committed
Add support for undocumented test_labels parameters
1 parent f3c5d9e commit 07f8421

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8206,6 +8206,12 @@ components:
82068206
allOf:
82078207
- $ref: '#/components/schemas/display_scheme'
82088208
description: The display format that the label should be shown in.
8209+
test_label:
8210+
type: boolean
8211+
default: false
8212+
description: >-
8213+
Indicate if this label is being used only for testing purposes. If
8214+
true, then no charge will be added to your account. This only works with Stamps.com and Endicia for USPS
82098215
create_label_from_rate_response_body:
82108216
title: create_label_from_rate_response_body
82118217
type: object
@@ -8238,6 +8244,12 @@ components:
82388244
allOf:
82398245
- $ref: '#/components/schemas/display_scheme'
82408246
description: The display format that the label should be shown in.
8247+
test_label:
8248+
type: boolean
8249+
default: false
8250+
description: >-
8251+
Indicate if this label is being used only for testing purposes. If
8252+
true, then no charge will be added to your account. This only works with Stamps.com and Endicia for USPS
82418253
create_label_from_shipment_response_body:
82428254
title: create_label_from_shipment_response_body
82438255
type: object

0 commit comments

Comments
 (0)