DSAssetUpdate

post

/ccadmin/v1/webhook/DSAssetUpdate

The Design Studio asset update details

Request

Supported Media Types
Body ()
The details returned when a Design Studio asset has been changed.
Root Schema : DSAssetUpdate_request
Type: object
The details returned when a Design Studio asset has been changed.
Show Source
  • ID of the OSF application that the asset changes were made on.
  • assetChangesList
  • The default locale of the default site.
  • How the asset changes were made. 1. UI - indicates a change made in the Design Studio UI. 2. API - indicates a change made via an endpoint call. 3. appDeployment - indicates the deployment of an OSF application. This will be accompanied by one or more webhook response(s), whose origin indicates the type of deployment that took place: - Standard deployment is indicated by the origin assetUpdateDeployWithoutReset. Any newly created assets will be listed. - deployment with the reset flag is indicated by one webhook response whose origin is assetDeletionDeployReset, and then another whose origin is assetCreationDeployReset. These represent the asset deletion and creation stages of a reset deploy - there is no need to list all deleted and created assets in this case
  • ID of the user who made the asset changes.
Nested Schema : assetChangesList
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top