-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated API from documentation release
- Loading branch information
Auto Mation
committed
Oct 6, 2023
1 parent
094bf52
commit 8a2ef0e
Showing
7 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
api-specs/api/types/message/CustomerEmailTokenCreatedMessage.raml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#%RAML 1.0 DataType | ||
(package): Message | ||
(docs-uri): https://docs.commercetools.com/http-api-projects-messages.html#customeremailtoken-created | ||
type: Message | ||
displayName: CustomerEmailTokenCreatedMessage | ||
discriminatorValue: CustomerEmailTokenCreated | ||
description: | | ||
Generated after a successful [Create email token for Customer](/../api/projects/customers#create-email-token-for-customer) request. | ||
properties: | ||
customerId: | ||
type: string | ||
description: | | ||
Unique identifier of the Customer. | ||
expiresAt: | ||
type: datetime | ||
description: | | ||
Date and time (UTC) the email token expires. |
17 changes: 17 additions & 0 deletions
17
api-specs/api/types/message/CustomerPasswordTokenCreatedMessage.raml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#%RAML 1.0 DataType | ||
(package): Message | ||
(docs-uri): https://docs.commercetools.com/http-api-projects-messages.html#customerpasswordtoken-created | ||
type: Message | ||
displayName: CustomerPasswordTokenCreatedMessage | ||
discriminatorValue: CustomerPasswordTokenCreated | ||
description: | | ||
Generated after a successful [Create password reset token for Customer](/../api/projects/customers#create-password-reset-token-for-customer) request. | ||
properties: | ||
customerId: | ||
type: string | ||
description: | | ||
Unique identifier of the Customer. | ||
expiresAt: | ||
type: datetime | ||
description: | | ||
Date and time (UTC) the password token expires. |
17 changes: 17 additions & 0 deletions
17
api-specs/api/types/message/payload/CustomerEmailTokenCreatedMessagePayload.raml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#%RAML 1.0 DataType | ||
(package): Message | ||
(docs-uri): https://docs.commercetools.com/http-api-projects-messages.html#customeremailtoken-created | ||
type: MessagePayload | ||
displayName: CustomerEmailTokenCreatedMessagePayload | ||
discriminatorValue: CustomerEmailTokenCreated | ||
description: | | ||
Generated after a successful [Create email token for Customer](/../api/projects/customers#create-email-token-for-customer) request. | ||
properties: | ||
customerId: | ||
type: string | ||
description: | | ||
Unique identifier of the Customer. | ||
expiresAt: | ||
type: datetime | ||
description: | | ||
Date and time (UTC) the email token expires. |
17 changes: 17 additions & 0 deletions
17
api-specs/api/types/message/payload/CustomerPasswordTokenCreatedMessagePayload.raml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#%RAML 1.0 DataType | ||
(package): Message | ||
(docs-uri): https://docs.commercetools.com/http-api-projects-messages.html#customerpasswordtoken-created | ||
type: MessagePayload | ||
displayName: CustomerPasswordTokenCreatedMessagePayload | ||
discriminatorValue: CustomerPasswordTokenCreated | ||
description: | | ||
Generated after a successful [Create password reset token for Customer](/../api/projects/customers#create-password-reset-token-for-customer) request. | ||
properties: | ||
customerId: | ||
type: string | ||
description: | | ||
Unique identifier of the Customer. | ||
expiresAt: | ||
type: datetime | ||
description: | | ||
Date and time (UTC) the password token expires. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters