{
  "type": "polyapiide.collection-patch",
  "version": 1,
  "exportedAt": "2026-01-01T00:00:00.000Z",
  "app": "PolyApiIDE",
  "base": {
    "collectionId": "col_example_patch",
    "collectionName": "Example patched collection"
  },
  "ops": [
    {
      "op": "setCollectionMeta",
      "fields": {
        "name": "Example patched collection",
        "description": "Applied from example-polyapiide-patch.json"
      }
    },
    {
      "op": "upsertRequest",
      "request": {
        "id": "req_ping",
        "name": "Ping",
        "method": "GET",
        "folderPath": [],
        "url": {
          "raw": "https://api.example.com/ping",
          "query": []
        },
        "headers": [
          { "key": "Accept", "value": "application/json", "disabled": false }
        ]
      }
    }
  ]
}
