Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "actions": [
        {
            "type": "<sync type>",
			"asset": <the full asset response object>
            "integrationState": <integration state as json string>,
            "assetStateHash": <hash of the saved integration state>,
            "assetId": <asset id>
        }
    ],
    "configuration": <the configuration object provided when registering the endpoint>
    "tenantId": <tenant id>,
  

where the parameters are described as follows

...