/api/v0/projects/{projectId}/environments/{environmentId}/secrets
application/json
1
curl -X POST "https://api.example.com/api/v0/projects/<projectId>/environments/<environmentId>/secrets" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "value": "string" }'