curl --request PUT \
--url https://dev.startree.ai/instances/{instanceName} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'This response has no body data.Update specified instance with given instance config
curl --request PUT \
--url https://dev.startree.ai/instances/{instanceName} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'This response has no body data.The format of the key is "Basic <token>" or "Bearer <token>"
Instance name
Whether to update broker resource for broker instance
The body is of type object.
Was this page helpful?