Skip to content

Commit 84fc59f

Browse files
committed
Updated API from documentation release
1 parent 3f56b36 commit 84fc59f

9 files changed

+8
-8
lines changed

api-specs/api/types/cart/updates/CartAddCustomShippingMethodAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): Cart
33
type: CartUpdateAction
4-
displayName: CartCustomAddShippingMethodAction
4+
displayName: CartAddCustomShippingMethodAction
55
discriminatorValue: addCustomShippingMethod
66
example: !include ../../../examples/Cart/CartAddCustomShippingMethodAction.json
77
description: |

api-specs/api/types/types.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ ApprovalRuleStatusSetMessage: !include message/ApprovalRuleStatusSetMessage.raml
851851
AssociateRoleBuyerAssignableChangedMessage: !include message/AssociateRoleBuyerAssignableChangedMessage.raml
852852
AssociateRoleCreatedMessage: !include message/AssociateRoleCreatedMessage.raml
853853
AssociateRoleDeletedMessage: !include message/AssociateRoleDeletedMessage.raml
854-
AssociateRoleNameChangedMessage: !include message/AssociateRoleNameChangedMessage.raml
854+
AssociateRoleNameSetMessage: !include message/AssociateRoleNameSetMessage.raml
855855
AssociateRolePermissionAddedMessage: !include message/AssociateRolePermissionAddedMessage.raml
856856
AssociateRolePermissionRemovedMessage: !include message/AssociateRolePermissionRemovedMessage.raml
857857
AssociateRolePermissionsSetMessage: !include message/AssociateRolePermissionsSetMessage.raml
@@ -1106,7 +1106,7 @@ ApprovalRuleStatusSetMessagePayload: !include message/payload/ApprovalRuleStatus
11061106
AssociateRoleBuyerAssignableChangedMessagePayload: !include message/payload/AssociateRoleBuyerAssignableChangedMessagePayload.raml
11071107
AssociateRoleCreatedMessagePayload: !include message/payload/AssociateRoleCreatedMessagePayload.raml
11081108
AssociateRoleDeletedMessagePayload: !include message/payload/AssociateRoleDeletedMessagePayload.raml
1109-
AssociateRoleNameChangedMessagePayload: !include message/payload/AssociateRoleNameChangedMessagePayload.raml
1109+
AssociateRoleNameSetMessagePayload: !include message/payload/AssociateRoleNameSetMessagePayload.raml
11101110
AssociateRolePermissionAddedMessagePayload: !include message/payload/AssociateRolePermissionAddedMessagePayload.raml
11111111
AssociateRolePermissionRemovedMessagePayload: !include message/payload/AssociateRolePermissionRemovedMessagePayload.raml
11121112
AssociateRolePermissionsSetMessagePayload: !include message/payload/AssociateRolePermissionsSetMessagePayload.raml

api-specs/connect/types/deployment/updates/deployment-redeploy-action.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#%RAML 1.0 DataType
22
(annotations.package): Deployment
33
type: DeploymentUpdateAction
4-
displayName: DeploymentRedeploy
4+
displayName: DeploymentRedeployAction
55
discriminatorValue: redeploy
66
example: !include ../../../examples/deployment/updates/DeploymentRedeployUpdateAction.json
77
description: |

api-specs/connect/types/error/DeploymentConnectorUpdateFailureError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: ErrorObject
44
displayName: DeploymentConnectorUpdateFailureError
55
discriminatorValue: DeploymentConnectorUpdateFailure
66
description: |
7-
Returned when updating a Connector fails during [redeployment](ctp:connect:type:DeploymentRedeploy).
7+
Returned when updating a Connector fails during [redeployment](ctp:connect:type:DeploymentRedeployAction).
88
properties:
99
code:
1010
type: string

api-specs/connect/types/error/DeploymentInvalidStatusTransitionError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ discriminatorValue: DeploymentInvalidStatusTransition
66
description: |
77
Returned when the Deployment operation results in a invalid status transition.
88
9-
The error is returned as a failed response to the [Redeploy](ctp:connect:type:DeploymentRedeploy) update action.
9+
The error is returned as a failed response to the [Redeploy](ctp:connect:type:DeploymentRedeployAction) update action.
1010
1111
The message will contain `Already queued`, `Already deploying`, or `Already undeploying` based on the [DeploymentStatus](ctp:connect:type:DeploymentStatus) of the Deployment.
1212
properties:

api-specs/connect/types/error/DeploymentUnknownApplicationConfigurationError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ discriminatorValue: DeploymentUnknownApplicationConfiguration
66
description: |
77
Returned when the Deployment contains configuration values that are not defined in the Connect application's connect.yaml file.
88
9-
The error is returned as a failed response to the [Redeploy](ctp:connect:type:DeploymentRedeploy) update action and [Create a Deployment](ctp:connect:endpoint:/{projectKey}/deployments:POST) request.
9+
The error is returned as a failed response to the [Redeploy](ctp:connect:type:DeploymentRedeployAction) update action and [Create a Deployment](ctp:connect:endpoint:/{projectKey}/deployments:POST) request.
1010
properties:
1111
code:
1212
type: string

api-specs/connect/types/error/DeploymentUnknownApplicationConfigurationKeyError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ discriminatorValue: DeploymentUnknownApplicationConfigurationKey
66
description: |
77
Returned when the Deployment contains a configuration key that is not defined in the Connect application's connect.yaml file.
88
9-
The error is returned as a failed response to the [Redeploy](ctp:connect:type:DeploymentRedeploy) update action and [Create a Deployment](ctp:connect:endpoint:/{projectKey}/deployments:POST) request.
9+
The error is returned as a failed response to the [Redeploy](ctp:connect:type:DeploymentRedeployAction) update action and [Create a Deployment](ctp:connect:endpoint:/{projectKey}/deployments:POST) request.
1010
properties:
1111
code:
1212
type: string

0 commit comments

Comments
 (0)