Skip to content

Commit 1406d1e

Browse files
committed
Updated API from documentation release
1 parent b989753 commit 1406d1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api-specs/history/types/ModifiedBy.raml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ example: !include ../examples/ModifiedBy.json
66
description: |
77
Information about the user or API Client who performed the change. This is a variant of [LastModifiedBy](ctp:api:type:LastModifiedBy).
88
properties:
9-
id:
9+
isPlatformClient:
10+
type: boolean
11+
description: |
12+
`true` if the change was made using the Merchant Center or [ImpEx](https://impex.europe-west1.gcp.commercetools.com/).
13+
id?:
1014
type: string
1115
description: |
1216
[ID](/general-concepts#identifier) of the Merchant Center user who made the change.
1317
14-
Present only if the change was made in the Merchant Center.
18+
Present only if `isPlatformClient` is `true`.
1519
type:
1620
type: string
1721
description: |
@@ -40,7 +44,3 @@ properties:
4044
type: Reference
4145
description: |
4246
The [Associate](ctp:api:type:Associate) who made the change in the context of a [Business Unit](ctp:api:type:BusinessUnit). Present only if the Associate acts on behalf of a company using the [associate endpoints](/associates-overview#on-the-associate-endpoints).
43-
isPlatformClient:
44-
type: boolean
45-
description: |
46-
`true` if the change was made using the Merchant Center or [ImpEx](https://impex.europe-west1.gcp.commercetools.com/).

0 commit comments

Comments
 (0)