Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 23, 2023
1 parent 5d99b27 commit 8e6bc39
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-specs/api/types/common/ReferenceTypeId.raml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type: string
description: |
Type of resource the value should reference. Supported resource type identifiers are:
enum:
- approval-flow
- approval-rule
- associate-role
- attribute-group
- business-unit
Expand Down Expand Up @@ -43,6 +45,10 @@ enum:
- type
- zone
(enumDescriptions):
approval-flow: |
References an [ApprovalFlow](ctp:api:type:ApprovalFlow).
approval-rule: |
References an [ApprovalRule](ctp:api:type:ApprovalRule).
associate-role: |
References an [AssociateRole](ctp:api:type:AssociateRole).
attribute-group: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type: string
description: |
Resource types supported by [ChangeSubscriptions](ctp:api:type:ChangeSubscription):
enum:
- approval-flow
- approval-rule
- associate-role
- business-unit
- cart
Expand Down Expand Up @@ -41,6 +43,10 @@ enum:
- type
- zone
(enumDescriptions):
approval-flow: |
Changes related to [ApprovalFlows](ctp:api:type:ApprovalFlow).
approval-rule: |
Changes related to [ApprovalRules](ctp:api:type:ApprovalRule).
associate-role: |
Changes related to [AssociateRoles](ctp:api:type:AssociateRole).
business-unit: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type: string
description: |
Resource types supported by [MessageSubscriptions](ctp:api:type:MessageSubscription):
enum:
- approval-flow
- approval-rule
- associate-role
- business-unit
- category
Expand All @@ -24,6 +26,10 @@ enum:
- standalone-price
- store
(enumDescriptions):
approval-flow: |
Messages related to [ApprovalFlows](ctp:api:type:ApprovalFlow).
approval-rule: |
Messages related to [ApprovalRules](ctp:api:type:ApprovalRule).
associate-role: |
Messages related to [AssociateRoles](ctp:api:type:AssociateRole).
business-unit: |
Expand Down

0 comments on commit 8e6bc39

Please sign in to comment.