Skip to content

Commit 4ea6d73

Browse files
Update to latest openapi definition
1 parent db834ff commit 4ea6d73

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

docs/index.html

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

openapi.json

Lines changed: 7 additions & 7 deletions
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.202411081111",
5+
"version": "1.1.202411131511",
66
"termsOfService": "https://www.shipengine.com/terms-of-service/",
77
"x-logo": {
88
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -46655,15 +46655,15 @@
4665546655
}
4665646656
],
4665746657
"properties": {
46658-
"custom_field_1": {
46658+
"custom_field1": {
4665946659
"type": "string",
4666046660
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
4666146661
},
46662-
"custom_field_2": {
46662+
"custom_field2": {
4666346663
"type": "string",
4666446664
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
4666546665
},
46666-
"custom_field_3": {
46666+
"custom_field3": {
4666746667
"type": "string",
4666846668
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
4666946669
}
@@ -177165,15 +177165,15 @@
177165177165
}
177166177166
],
177167177167
"properties": {
177168-
"custom_field_1": {
177168+
"custom_field1": {
177169177169
"type": "string",
177170177170
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
177171177171
},
177172-
"custom_field_2": {
177172+
"custom_field2": {
177173177173
"type": "string",
177174177174
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
177175177175
},
177176-
"custom_field_3": {
177176+
"custom_field3": {
177177177177
"type": "string",
177178177178
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
177179177179
}

openapi.yaml

Lines changed: 4 additions & 4 deletions
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.202411081111
4+
version: 1.1.202411131511
55
termsOfService: 'https://www.shipengine.com/terms-of-service/'
66
x-logo:
77
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
@@ -10291,17 +10291,17 @@ components:
1029110291
allOf:
1029210292
- $ref: '#/components/schemas/purchase_label_without_shipment'
1029310293
properties:
10294-
custom_field_1:
10294+
custom_field1:
1029510295
type: string
1029610296
description: >-
1029710297
Optional - Value will be saved in the shipment's advanced_options >
1029810298
custom_field1
10299-
custom_field_2:
10299+
custom_field2:
1030010300
type: string
1030110301
description: >-
1030210302
Optional - Value will be saved in the shipment's advanced_options >
1030310303
custom_field2
10304-
custom_field_3:
10304+
custom_field3:
1030510305
type: string
1030610306
description: >-
1030710307
Optional - Value will be saved in the shipment's advanced_options >

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.18.0",
3+
"version": "1.18.1",
44
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
55
"main": "openapi.json",
66
"repository": {

0 commit comments

Comments
 (0)