Skip to content

Commit

Permalink
Update to latest openapi definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ShipEngineBuild committed Nov 13, 2024
1 parent db834ff commit 4ea6d73
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions docs/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "ShipEngine API",
"version": "1.1.202411081111",
"version": "1.1.202411131511",
"termsOfService": "https://www.shipengine.com/terms-of-service/",
"x-logo": {
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
Expand Down Expand Up @@ -46655,15 +46655,15 @@
}
],
"properties": {
"custom_field_1": {
"custom_field1": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
},
"custom_field_2": {
"custom_field2": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
},
"custom_field_3": {
"custom_field3": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
}
Expand Down Expand Up @@ -177165,15 +177165,15 @@
}
],
"properties": {
"custom_field_1": {
"custom_field1": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
},
"custom_field_2": {
"custom_field2": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
},
"custom_field_3": {
"custom_field3": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
}
Expand Down
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: ShipEngine API
version: 1.1.202411081111
version: 1.1.202411131511
termsOfService: 'https://www.shipengine.com/terms-of-service/'
x-logo:
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
Expand Down Expand Up @@ -10291,17 +10291,17 @@ components:
allOf:
- $ref: '#/components/schemas/purchase_label_without_shipment'
properties:
custom_field_1:
custom_field1:
type: string
description: >-
Optional - Value will be saved in the shipment's advanced_options >
custom_field1
custom_field_2:
custom_field2:
type: string
description: >-
Optional - Value will be saved in the shipment's advanced_options >
custom_field2
custom_field_3:
custom_field3:
type: string
description: >-
Optional - Value will be saved in the shipment's advanced_options >
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipengine-openapi",
"version": "1.18.0",
"version": "1.18.1",
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
"main": "openapi.json",
"repository": {
Expand Down

0 comments on commit 4ea6d73

Please sign in to comment.