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