Skip to content

Commit

Permalink
Fixed enumerations so their numeric values do NOT change for C# binar…
Browse files Browse the repository at this point in the history
…y API compatibility.
  • Loading branch information
kendallb committed Jul 8, 2021
1 parent f7dfc46 commit e01f383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,6 @@ components:
- forbidden
- identifier_conflict
- identifiers_must_match
- insufficient_funds
- invalid_address
- invalid_billing_plan
- invalid_field_value
Expand All @@ -3915,6 +3914,7 @@ components:
- verification_failure
- warehouse_conflict
- webhook_event_type_conflict
- insufficient_funds
- default_resource_cannot_be_deleted
description: The error code specified for the failed API Call
validate_address_request_body:
Expand Down Expand Up @@ -5035,7 +5035,6 @@ components:
enum:
- access_worldwide
- amazon_buy_shipping
- amazon_shipping_uk
- apc
- asendia
- australia_post
Expand All @@ -5061,6 +5060,7 @@ components:
- sendle
- stamps_com
- ups
- amazon_shipping_uk
description: The shipping carriers that are supported by ShipEngine
connect_carrier_request_body:
title: connect_carrier_request_body
Expand Down

0 comments on commit e01f383

Please sign in to comment.