Skip to main content

Bulk enable a list of features

POST 

/api/admin/projects/:projectId/bulk_features/environments/:environment/on

This endpoint enables multiple feature flags.

Request

Path Parameters

    projectId stringrequired
    environment stringrequired

Body

required

bulkToggleFeaturesSchema

    features string[]required

    The features that we want to bulk toggle

    Example: ["feature-a","feature-b"]

Responses

This response has no body.

Loading...