---
title: "POST /v4/config/diff/{id}"
method: POST
path: "/v4/config/diff/{id}"
tags: ["Config"]
---

# POST /v4/config/diff/{id}

`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

- `id` string, required

## Request body

- unknown

## Response `200`

Override value as JSON

- union[] — Override value as JSON
  - union
    - object
      - `type` string, required
      - `path` string, required
      - `value` unknown, required
    - object
      - `type` string, required
      - `path` string, required
      - `value` unknown, required
    - object
      - `type` string, required
      - `path` string, required

---

[API](https://skmtc.dev/merkl/apis/merkl-api.md) · [All operations](https://skmtc.dev/merkl/apis/merkl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/merkl/merkl-api/revisions/a7e5b9f6fb5f/schema)
