Skip to content

Commit 57765b0

Browse files
committed
Updated API from documentation release
1 parent 45ef492 commit 57765b0

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

api-specs/checkout/types/responses/ExpiredSession.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: Message
44
displayName: ExpiredSession
55
discriminatorValue: expired_session
66
description: |
7-
Generated when the session is expired.
7+
Generated when the [Checkout Session](/installing-checkout#create-checkout-sessions) is expired.
88
properties:
99
code:
1010
type: string
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#%RAML 1.0 DataType
2+
(annotations.package): responses
3+
type: Message
4+
displayName: FailedToRefreshSession
5+
discriminatorValue: failed_to_refresh_session
6+
description: |
7+
Generated when the [Checkout Session](/installing-checkout#create-checkout-sessions) fails to refresh.
8+
properties:
9+
code:
10+
type: string
11+
description:
12+
severity:
13+
type: string
14+
description: \`error`
15+
message:
16+
type: string
17+
description: Failed to refresh session.
18+
correlationId:
19+
type: string
20+
description: Unique identifier of the event.

api-specs/checkout/types/types.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CheckoutCompleted: !include responses/CheckoutCompleted.raml
1313
CheckoutLoaded: !include responses/CheckoutLoaded.raml
1414
CheckoutStarted: !include responses/CheckoutStarted.raml
1515
ExpiredSession: !include responses/ExpiredSession.raml
16+
FailedToRefreshSession: !include responses/FailedToRefreshSession.raml
1617
InitTimeout: !include responses/InitTimeout.raml
1718
InvalidLocale: !include responses/InvalidLocale.raml
1819
InvalidMode: !include responses/InvalidMode.raml

0 commit comments

Comments
 (0)