Enable Feature Flag
POST/api/v1/test/enable-feature-flag
E2E-only: enable a feature flag for a user by email.
Used by E2E tests that require features gated behind subscription tiers (e.g. BULK_IMPORT) without needing a real Stripe subscription. Gated by E2E_TEST_MODE + X-E2E-Secret (mirrors seed_e2e_data).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error