Features
Bulk enable a list of features
This endpoint enables multiple feature flags.
post/api/admin/projects/{projectId}/bulk_features/environments/{environment}/on
Path parameters
projectIdstring required
environmentstring required
Request body
Example request
{
"features": [
"feature-a",
"feature-b"
]
}Response
This response has no body.