You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
endpoint to enable/disable percentage_of_actors for a feature following the convention: POST api/v1/features/:feature_name/:gate_name # enable DELETE api/v1/features/:feature_name/:gate_name # disable
endpoint to enable/disable percentage_of_actors for a feature following the convention:
POST api/v1/features/:feature_name/:gate_name # enable
DELETE api/v1/features/:feature_name/:gate_name # disable
api/v1/features/logging/percentage_of_actors
flipper[:feature].enable_percentage_of_actors 10
The text was updated successfully, but these errors were encountered: