Skip to main content

Updating Virtual Key

curl -X PUT \
-H "Content-Type: application/json" \
-H "x-api-key: $JAVELIN_API_KEY" \
-d '{
"api_key": "openai-vkey1",
"api_key_secret_name": "new name for your secret",
"api_key_secret_key": "new key",
"group": "",
"enabled": true,
"organization": ""
}' \
"https://api.javelin.live/v1/admin/providers/openai/keyvault/openai-vkey1"