Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Query Parameters
Zookeeper Path, must start with /
Content
expectedVersion
accessOption
Body
application/json · string
The body is of type string
.
curl --request PUT \
--url https://dev.startree.ai/zk/put \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'
curl --request PUT \
--url https://dev.startree.ai/zk/put \
--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 /
Content
expectedVersion
accessOption
The body is of type string
.
Was this page helpful?