From 67d35c4949cf50d45ad83566ab8b13c7b01a84ae Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Fri, 22 Sep 2023 12:27:48 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/resources/shipping-methods.raml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-specs/api/resources/shipping-methods.raml b/api-specs/api/resources/shipping-methods.raml index 972a7615a..a726f9a54 100644 --- a/api-specs/api/resources/shipping-methods.raml +++ b/api-specs/api/resources/shipping-methods.raml @@ -169,7 +169,7 @@ post: ] queryParameters: country: - type: string + type: CountryCode description: | A two-digit country code as per [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). state?: @@ -211,7 +211,7 @@ post: type: string description: The ID of the [OrderEdit](/projects/order-edits). country: - type: string + type: CountryCode description: | A two-digit country code as per [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). state?: @@ -252,7 +252,7 @@ post: ] queryParameters: country: - type: string + type: CountryCode description: | A two-digit country code as per [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). state?: