Skip to content

Commit d05ea49

Browse files
committed
Updated API from documentation release
1 parent 1119815 commit d05ea49

28 files changed

+28
-0
lines changed

api-specs/api/types/associate-role/AssociateRoleDraft.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): AssociateRole
33
displayName: AssociateRoleDraft
4+
type: object
45
description: |
56
properties:
67
key:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): BusinessUnit
33
displayName: AssociateDraft
4+
type: object
45
properties:
56
associateRoleAssignments:
67
type: AssociateRoleAssignmentDraft[]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): BusinessUnit
33
displayName: AssociateRoleAssignmentDraft
4+
type: object
45
properties:
56
associateRole:
67
type: AssociateRoleResourceIdentifier

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): BusinessUnit
33
displayName: BusinessUnitDraft
4+
type: object
45
discriminator: unitType
56
description: |
67
Generic draft type to model those fields all Business Units have in common. The additional fields required for creating a [Company](ctp:api:type:Company) or [Division](ctp:api:type:Division) are represented on [CompanyDraft](ctp:api:type:CompanyDraft) and [DivisionDraft](ctp:api:type:DivisionDraft).

api-specs/api/types/event/BaseEvent.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): Event
33
displayName: BaseEvent
4+
type: object
45
description: |
56
Base representation of an Event containing common fields to all [Event Types](#eventtype).
67
properties:

api-specs/api/types/event/Event.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): Event
33
displayName: Event
4+
type: object
45
discriminator: type
56
description: |
67
Base representation of an Event containing common fields to all [Event Types](#eventtype).

api-specs/api/types/event/data/CheckoutMessageOrderPayloadBaseData.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(package): Event
33
displayName: CheckoutMessageOrderPayloadBaseData
44
description: The `data` payload of all related order event messages.
5+
type: object
56
example: !include ../../../examples/Event/CheckoutMessageOrderPayloadBaseData.json
67
properties:
78
projectKey:

api-specs/api/types/event/data/CheckoutMessagePaymentsPayloadBaseData.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(package): Event
33
displayName: CheckoutMessagePaymentsPayloadBaseData
44
description: The `data` payload of all payment related event messages.
5+
type: object
56
example: !include ../../../examples/Event/CheckoutMessagePaymentsPayloadBaseData.json
67
properties:
78
projectKey:

api-specs/api/types/event/data/ImportContainerCreatedEventData.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(package): Event
33
displayName: ImportContainerCreatedEventData
44
example: !include ../../../examples/Event/ImportContainerCreatedEventData.json
5+
type: object
56
description: The `data` of the [Import Container Created Event](ctp:api:type:ImportContainerCreatedEvent).
67
properties:
78
key:

api-specs/api/types/event/data/ImportContainerDeletedEventData.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(package): Event
33
displayName: ImportContainerDeletedEventData
44
example: !include ../../../examples/Event/ImportContainerDeletedEventData.json
5+
type: object
56
description: The `data` of the [Import Container Deleted Event](ctp:api:type:ImportContainerDeletedEvent).
67
properties:
78
key:

0 commit comments

Comments
 (0)