curl --request PUT \
--url https://dev.startree.ai/zk/putChildren \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
curl --request PUT \
--url https://dev.startree.ai/zk/putChildren \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
The format of the key is "Basic <token>" or "Bearer <token>"
Zookeeper path of parent, must start with /
Content
expectedVersion
accessOption
The body is of type string
.
Was this page helpful?