Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Aug 1, 2024
1 parent 575e2e7 commit 260a278
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum:
- category
- channel
- customer
- customer-group
- key-value-document
- order
- product
Expand All @@ -35,6 +36,8 @@ enum:
References a [Channel](ctp:api:type:Channel).
customer: |
References a [Customer](ctp:api:type:Customer).
customer-group: |
References a [CustomerGroup](ctp:api:type:CustomerGroup).
key-value-document: |
References a [CustomObject](ctp:api:type:CustomObject).
order: |
Expand Down
3 changes: 3 additions & 0 deletions api-specs/api/types/type/CustomFieldReferenceValue.raml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ enum:
- category
- channel
- customer
- customer-group
- key-value-document
- order
- product
Expand All @@ -38,6 +39,8 @@ enum:
[Channel](ctp:api:type:Channel)
customer: |
[Customer](ctp:api:type:Customer)
customer-group: |
[CustomerGroup](ctp:api:type:CustomerGroup)
key-value-document: |
[CustomObject](ctp:api:type:CustomObject)
order: |
Expand Down
1 change: 1 addition & 0 deletions api-specs/import/types/type-import.raml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ types:
- category
- channel
- customer
- customer-group
- key-value-document
- order
- product
Expand Down

0 comments on commit 260a278

Please sign in to comment.