---
title: "Update the content of multiple znRecord node under the same path"
method: PUT
path: "/zk/putChildren"
tags: ["Zookeeper"]
---

# Update the content of multiple znRecord node under the same path

`PUT /zk/putChildren`

## Query parameters

- `path` string, required
- `data` string
- `expectedVersion` integer
- `accessOption` integer

## Request body

- string

## Response `200`

Success

## Other responses

- `204` — No Content
- `404` — ZK Path not found
- `500` — Internal server error

---

[API](https://skmtc.net/startree/apis/pinot-controller-api.md) · [All operations](https://skmtc.net/startree/apis/pinot-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/startree/pinot-controller-api/revisions/f1cc8a0ba2e0/schema)
