Skip to content

Commit 5cedc63

Browse files
committed
Updated API from documentation release
1 parent bfc53d1 commit 5cedc63

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-specs/api/types/approval-rule/RuleRequester.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ type: object
55
properties:
66
associateRole:
77
description: |
8-
The [Associate Role](ctp:api:type:AssociateRole) that an [Associate](ctp:api:type) must hold for the Approval Rule to apply to the Orders they create.
8+
The [Associate Role](ctp:api:type:AssociateRole) that an [Associate](ctp:api:type:Associate) must hold for the Approval Rule to apply to the Orders they create.
99
type: AssociateRoleKeyReference

api-specs/api/types/approval-rule/RuleRequesterDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ type: object
55
properties:
66
associateRole:
77
description: |
8-
The [Associate Role](ctp:api:type:AssociateRole) that an [Associate](ctp:api:type) must hold for the Approval Rule to apply to the Orders they create.
8+
The [Associate Role](ctp:api:type:AssociateRole) that an [Associate](ctp:api:type:Associate) must hold for the Approval Rule to apply to the Orders they create.
99
type: AssociateRoleResourceIdentifier

api-specs/api/types/cart/TaxMode.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum:
3030
1. Issue the price-affecting update action(s).
3131
2. Update the tax amounts using [Set LineItem TaxAmount](ctp:api:type:CartSetLineItemTaxAmountAction), [Set CustomLineItem TaxAmount](ctp:api:type:CartSetCustomLineItemTaxAmountAction), or [Set ShippingMethod TaxAmount](ctp:api:type:CartSetShippingMethodTaxAmountAction).
3232
33-
- If the update action changes the Line Item price, for Line Items with `Platform` [LineItemPriceMode](ctp:type:LineItemPriceMode), you must issue [Set LineItem TaxAmount](ctp:api:type:CartSetLineItemTaxAmountAction) in a _separate_ request.
33+
- If the update action changes the Line Item price, for Line Items with `Platform` [LineItemPriceMode](ctp:api:type:LineItemPriceMode), you must issue [Set LineItem TaxAmount](ctp:api:type:CartSetLineItemTaxAmountAction) in a _separate_ request.
3434
3535
- If the update action removes the externally set tax amount for the Shipping Method, you must issue [Set ShippingMethod TaxAmount](ctp:api:type:CartSetShippingMethodTaxAmountAction) in a _separate_ request.
3636

api-specs/test/types/child-objects.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ types:
1515
description: Description of the **property.** This is a longer description to test the layout of the property description.
1616
objectTypeProperty2:
1717
type: ObjectHierarchyLevel3
18-
description: Second `lvl` Description of the `property.` This is a longer description to test the layout of the property description. In can also include _markdown_ or [Links](/views/links)
18+
description: Second `lvl` Description of the `property.` This is a longer description to test the layout of the property description. In can also include _markdown_ or [Links](/views/links) or [URNs](ctp:test:type:StringTestType).
1919
ObjectHierarchyLevel2:
2020
description: A typical Object type with a non-scalar property.
2121
properties:

0 commit comments

Comments
 (0)