curl --request POST \
--url https://dev.startree.ai/zk/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
curl --request POST \
--url https://dev.startree.ai/zk/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
The format of the key is "Basic <token>" or "Bearer <token>"
Zookeeper Path, must start with /
TTL of the node. TTL are only honoured for persistent znodes (access option = 0x40 or 0x80), in which case TTL should be > 0. If access option is not 0x40 or 0x80, it will be ignored, and we can set it to any value, or just ignore it
accessOption
The body is of type string
.
Was this page helpful?