diff --git a/api-specs/history/types/ModifiedBy.raml b/api-specs/history/types/ModifiedBy.raml index 8202e3dd4..987d2b4f5 100644 --- a/api-specs/history/types/ModifiedBy.raml +++ b/api-specs/history/types/ModifiedBy.raml @@ -9,7 +9,7 @@ properties: isPlatformClient: type: boolean description: | - `true` if the change was made using the Merchant Center or [ImpEx](https://impex.europe-west1.gcp.commercetools.com/). + `true` if the change was made using the Merchant Center. id?: type: string description: | diff --git a/api-specs/history/types/Source.raml b/api-specs/history/types/Source.raml index 82a6401ea..376c36a2a 100644 --- a/api-specs/history/types/Source.raml +++ b/api-specs/history/types/Source.raml @@ -10,4 +10,4 @@ description: Source of change for the resource. (enumDescriptions): MerchantCenter: The change was made through the Merchant Center. ApiClient: The change was made through an API Client. - ImpEx: The change was made through ImpEx. + ImpEx: The change was made through the now-decommissioned ImpEx tool.