envvars
Create environment variable
Create a new environment variable for a specific project and environment.
post/api/v1/projects/{projectRef}/envvars/{env}
Request body
Example request
{
"name": "SLACK_API_KEY",
"value": "slack_123456"
}Response
Environment variable created successfully