Skip to content

Commit 2efdc45

Browse files
Update to latest openapi definition
1 parent 4cccf99 commit 2efdc45

File tree

4 files changed

+55
-11
lines changed

4 files changed

+55
-11
lines changed

docs/index.html

Lines changed: 10 additions & 8 deletions
Large diffs are not rendered by default.

openapi.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "ShipEngine API",
5-
"version": "1.1.202603101503",
5+
"version": "1.1.202603111003",
66
"termsOfService": "https://www.shipengine.com/terms-of-service/",
77
"x-logo": {
88
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -137719,6 +137719,21 @@
137719137719
},
137720137720
"example": "9405511899223197428490",
137721137721
"description": "The tracking number associated with a shipment"
137722+
},
137723+
{
137724+
"name": "carrier_id",
137725+
"in": "query",
137726+
"required": false,
137727+
"schema": {
137728+
"title": "se_id",
137729+
"type": "string",
137730+
"minLength": 1,
137731+
"maxLength": 25,
137732+
"pattern": "^se(-[a-z0-9]+)+$",
137733+
"example": "se-28529731",
137734+
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
137735+
},
137736+
"description": "Carrier ID"
137722137737
}
137723137738
],
137724137739
"responses": {
@@ -139502,6 +139517,21 @@
139502139517
},
139503139518
"example": "9405511899223197428490",
139504139519
"description": "The tracking number associated with a shipment"
139520+
},
139521+
{
139522+
"name": "carrier_id",
139523+
"in": "query",
139524+
"required": false,
139525+
"schema": {
139526+
"title": "se_id",
139527+
"type": "string",
139528+
"minLength": 1,
139529+
"maxLength": 25,
139530+
"pattern": "^se(-[a-z0-9]+)+$",
139531+
"example": "se-28529731",
139532+
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
139533+
},
139534+
"description": "Carrier ID"
139505139535
}
139506139536
],
139507139537
"responses": {

openapi.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: ShipEngine API
4-
version: 1.1.202603101503
4+
version: 1.1.202603111003
55
termsOfService: 'https://www.shipengine.com/terms-of-service/'
66
x-logo:
77
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
@@ -4154,6 +4154,12 @@ paths:
41544154
minLength: 1
41554155
example: '9405511899223197428490'
41564156
description: The tracking number associated with a shipment
4157+
- name: carrier_id
4158+
in: query
4159+
required: false
4160+
schema:
4161+
$ref: '#/components/schemas/se_id'
4162+
description: Carrier ID
41574163
responses:
41584164
'200':
41594165
description: The request was a success.
@@ -4257,6 +4263,12 @@ paths:
42574263
minLength: 1
42584264
example: '9405511899223197428490'
42594265
description: The tracking number associated with a shipment
4266+
- name: carrier_id
4267+
in: query
4268+
required: false
4269+
schema:
4270+
$ref: '#/components/schemas/se_id'
4271+
description: Carrier ID
42604272
responses:
42614273
'204':
42624274
description: The request was successful.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipengine-openapi",
3-
"version": "1.21.4",
3+
"version": "1.21.5",
44
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
55
"main": "openapi.json",
66
"repository": {

0 commit comments

Comments
 (0)