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

No fixed schema for this body — send any valid JSON object.
{
  
}

Responses

200
Override value as JSON
Schema
object[]Override value as JSON
type"insert"
pathstring
valueany
Example
[
  {
    "type": "insert",
    "path": "string",
    "value": null
  }
]
post
https://api.merkl.xyz/v4/config/diff/{id}
Merkl API
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.