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 toggles.

Request

Path Parameters

  • projectId string required
  • environment string required

Body

required

bulkToggleFeaturesSchema

  • features string[] required

    The features that we want to bulk toggle

Responses

This response has no body.

Loading...