curl --request PUT \
--url https://use.hoop.dev/api/serverconfig/misc \
--header 'Content-Type: application/json' \
--data '{
"grpc_server_url": "grpc://127.0.0.1:8010",
"product_analytics": "active"
}'
{
"grpc_server_url": "grpc://127.0.0.1:8010",
"product_analytics": "active"
}
Update server miscellaneous configuration
curl --request PUT \
--url https://use.hoop.dev/api/serverconfig/misc \
--header 'Content-Type: application/json' \
--data '{
"grpc_server_url": "grpc://127.0.0.1:8010",
"product_analytics": "active"
}'
{
"grpc_server_url": "grpc://127.0.0.1:8010",
"product_analytics": "active"
}
The request body resource
The body is of type object
.
OK
The response is of type object
.
Was this page helpful?