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