
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
idstringrequired
Request body
Responses
200Override value as JSON
Schema
object[]Override value as JSON
type"insert"pathstringvalueanyExample
[
{
"type": "insert",
"path": "string",
"value": null
}
]post
https://api.merkl.xyz/v4/config/diff/curl -X POST "https://api.merkl.xyz/v4/config/diff/7772424586270261909"
Live request: this will call https://api.merkl.xyz/ for real.