Skip to content

Commit 4066edb

Browse files
committed
Updated API from documentation release
1 parent 9df49b8 commit 4066edb

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

api-specs/api/types/business-unit/AssociateRoleInheritanceMode.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ enum:
1212
The assignment can be inherited by child Business Units.
1313
Disabled: |
1414
The assignment cannot be inherited by child Business Units.
15-
default: Enabled

api-specs/api/types/business-unit/BusinessUnitAssociateMode.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ enum:
1212
All Associates of a Business Unit must be explicitly assigned. The Business Unit cannot inherit Associates from a parent.
1313
ExplicitAndFromParent: |
1414
Associates of a Business Unit can be assigned explicitly and inherited from a parent.
15-
default: ExplicitAndFromParent

api-specs/api/types/business-unit/BusinessUnitStatus.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ enum:
1313
Inactive: |
1414
The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the [general endpoint](/../api/associates-overview#through-the-general-endpoints).
1515
Status doesn't affect inheritance. Even if a parent unit is inactive, its children remain active and can inherit role assignments.
16-
default: Active

api-specs/api/types/cart-discount/StackingMode.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ description: |
1010
enum:
1111
- Stacking
1212
- StopAfterThisDiscount
13-
default: Stacking

api-specs/api/types/payment-method/PaymentMethodStatus.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ type: string
66
enum:
77
- Active
88
- Inactive
9-
default: Active
109
(enumDescriptions):
1110
Active: |
1211
The PaymentMethod is active.

api-specs/api/types/product-type/AttributeLevelEnum.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ enum:
88
(enumDescriptions):
99
Product: Attribute is defined at Product level (**not supported** by [Product Projection Search](/projects/product-projection-search)).
1010
Variant: Attributes are defined at the Product Variant level.
11-
default: Variant

api-specs/api/types/project/BusinessUnitConfigurationStatus.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ description: Default value for [Business Unit Status](ctp:api:type:BusinessUnitS
99
enum:
1010
- Active
1111
- Inactive
12-
default: 'Inactive'

api-specs/api/types/project/SearchIndexingConfigurationStatus.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ enum:
1111
- Activated
1212
- Deactivated
1313
- Indexing
14-
default: 'Deactivated'

api-specs/api/types/subscription/AwsAuthenticationMode.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ enum:
1111
Subscriptions with `Credentials` authentication mode are authenticated using an `accessKey` and `accessSecret` pair. This is the default authentication mode for backwards compatibility.
1212
IAM: |
1313
Subscriptions with `IAM` authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send notifications to the queue or publish to the topic: `arn:aws:iam::362576667341:user/subscriptions`. This is the recommended authentication mode, as it doesn't require additional key management.
14-
default: Credentials

0 commit comments

Comments
 (0)