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
No fixed schema for this body — send any valid JSON object.
{
}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/{id}curl -X POST "https://api.merkl.xyz/v4/config/diff/{id}"Fill the required path parameter id to send.Live request — this will call https://api.merkl.xyz/ for real.