PUT
/
zk
/
putChildren
curl --request PUT \
  --url https://dev.startree.ai/zk/putChildren \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Query Parameters

path
string
required

Zookeeper path of parent, must start with /

data
string

Content

expectedVersion
integer
default:-1

expectedVersion

accessOption
integer
default:1

accessOption

Body

application/json · string

The body is of type string.