Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Sep 22, 2023
1 parent a62d8f8 commit 67d35c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-specs/api/resources/shipping-methods.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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?:
Expand Down Expand Up @@ -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?:
Expand Down Expand Up @@ -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?:
Expand Down

0 comments on commit 67d35c4

Please sign in to comment.