We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe1cfb commit ee1c8fbCopy full SHA for ee1c8fb
lib/optimizely/config/datafile_project_config.rb
@@ -638,7 +638,8 @@ def rollout_experiment?(experiment_id)
638
def get_holdouts_for_flag(flag_id)
639
# Helper method to get holdouts from an applied feature flag
640
#
641
- # flag_id - ID of the feature flag
+ # flag_id - (REQUIRED) ID of the feature flag
642
+ # This parameter is required and should not be null/nil
643
644
# Returns the holdouts that apply for a specific flag
645
0 commit comments