We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0847e6e commit 4c53e90Copy full SHA for 4c53e90
1 file changed
openapi.yaml
@@ -9692,6 +9692,7 @@ components:
9692
- $ref: '#/components/schemas/tracking_number'
9693
tracking_url:
9694
type: string
9695
+ nullable: true
9696
readOnly: true
9697
example: 'https://www.fedex.com/fedextrack/?action=track&trackingnumber=1234'
9698
description: 'Carrier Tracking Url, if available'
@@ -9801,6 +9802,7 @@ components:
9801
9802
description:
9803
9804
9805
9806
minLength: 0
9807
example: 'Delivered, In/At Mailbox'
9808
description: Event description
@@ -9844,6 +9846,7 @@ components:
9844
9846
description: Signer information
9845
9847
event_code:
9848
9849
9850
9851
description: Event Code
9852
carrier_detail_code:
0 commit comments