mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
docs(strats): mention required params
This commit is contained in:
parent
b83a45fc59
commit
68df8e50f8
@ -27,9 +27,7 @@ The strategy **name** is the only required parameter, but adding a good **descri
|
||||
|
||||

|
||||
|
||||
Parameters let you provide arguments to your strategy that it can access for evaluation. When creating a strategy, each parameter can be either required or optional.
|
||||
|
||||
If a strategy has a required parameter and you don't give it a value when creating the strategy, the strategy will not activate?
|
||||
Parameters let you provide arguments to your strategy that it can access for evaluation. When creating a strategy, each parameter can be either required or optional. This marking is to help the user understand what they need to fill out; they can still save the strategy without filling out a required field.
|
||||
|
||||
Each parameter consists of three parts:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user