Admin
Create a new secret
Create a new encrypted secret with a unique key
post/api/secrets
Request body
Example request
{
"key": "STRIPE_API_KEY",
"value": "sk_live_..."
}Response
Secret created successfully
Create a new encrypted secret with a unique key
{
"key": "STRIPE_API_KEY",
"value": "sk_live_..."
}Secret created successfully