Skip to content

Commit 1dc0332

Browse files
committed
docs update
1 parent 0b8c25d commit 1dc0332

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/auth0_experiments_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ auth0 experiments create [flags]
2828

2929
```
3030
-s, --allocation-strategy string Allocation strategy: percentage or segment.
31-
-A, --allocations string Allocations as JSON array. Example: '[{"variation_id":"vid","weight":1.0,"is_control":true}]'
31+
--allocations string JSON array of allocation items ({variation_id, weight, is_control} for percentage; {variation_id, segment_id, is_control} for segment).
3232
-a, --authentication-flow string Authentication flow this experiment applies to (e.g. login, signup).
3333
-d, --description string Description of the experiment.
3434
-f, --feature-flag-id string ID of the feature flag to experiment on.

docs/auth0_experiments_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ auth0 experiments update [flags]
3030
## Flags
3131

3232
```
33-
-A, --allocations string Allocations as JSON array. Example: '[{"variation_id":"vid","weight":1.0,"is_control":true}]'
33+
--allocations string JSON array of allocation items ({variation_id, weight, is_control} for percentage; {variation_id, segment_id, is_control} for segment).
3434
--assignment-subject string Subject used for variation assignment (e.g. device).
3535
-d, --description string Description of the experiment.
3636
--json Output in json format.

0 commit comments

Comments
 (0)