Merkl Developer Portal logo
post

/v4/config/diff/{id}

Compute the diff between the current config of a campaign and a new one. Returns an array of edit operations (insert/update/delete).

Path parameters

idstring
required

Request body

Responses

200
Override value as JSON
Schema
object[]Override value as JSON
type"insert"
pathstring
valueany
Example
[
  {
    "type": "insert",
    "path": "string",
    "value": null
  }
]