Skip to content

Commit 4d264b6

Browse files
committed
Fixed enumerations so their numeric values do NOT change for C# binary API compatibility.
1 parent a10d2b4 commit 4d264b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3890,7 +3890,6 @@ components:
38903890
- forbidden
38913891
- identifier_conflict
38923892
- identifiers_must_match
3893-
- insufficient_funds
38943893
- invalid_address
38953894
- invalid_billing_plan
38963895
- invalid_field_value
@@ -3915,6 +3914,7 @@ components:
39153914
- verification_failure
39163915
- warehouse_conflict
39173916
- webhook_event_type_conflict
3917+
- insufficient_funds
39183918
- default_resource_cannot_be_deleted
39193919
description: The error code specified for the failed API Call
39203920
validate_address_request_body:
@@ -5035,7 +5035,6 @@ components:
50355035
enum:
50365036
- access_worldwide
50375037
- amazon_buy_shipping
5038-
- amazon_shipping_uk
50395038
- apc
50405039
- asendia
50415040
- australia_post
@@ -5061,6 +5060,7 @@ components:
50615060
- sendle
50625061
- stamps_com
50635062
- ups
5063+
- amazon_shipping_uk
50645064
description: The shipping carriers that are supported by ShipEngine
50655065
connect_carrier_request_body:
50665066
title: connect_carrier_request_body

0 commit comments

Comments
 (0)