Merkl Developer Portal logo
post

/v4/config/diff

Compute the diff between two config schemas. Returns an array of edit operations (insert/update/delete).

Request body

object
oldConfigany
required
The original campaign configuration.
newConfigany
required
The new campaign configuration to compare against.

Responses

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