curl --request PUT \
--url https://api.honeyhive.ai/v1/configurations/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "LLM",
"provider": "<string>",
"env": [
"dev"
],
"tags": [
"<string>"
],
"user_properties": {}
}
'