Commit b3ef8386 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'aa-update-percentage-of-actors' into 'master'

Update percentage of actors doc

See merge request gitlab-org/gitlab!32050
parents 9e05007c 908db1be
...@@ -102,7 +102,7 @@ Example response: ...@@ -102,7 +102,7 @@ Example response:
### Set percentage of actors rollout ### Set percentage of actors rollout
Rollout to percentage of users. Rollout to percentage of actors.
```plaintext ```plaintext
POST https://gitlab.example.com/api/v4/features/my_user_feature?private_token=<your_access_token> POST https://gitlab.example.com/api/v4/features/my_user_feature?private_token=<your_access_token>
...@@ -122,14 +122,14 @@ Example response: ...@@ -122,14 +122,14 @@ Example response:
"value": false "value": false
}, },
{ {
"key": "percentage_of_time", "key": "percentage_of_actors",
"value": 42 "value": 42
} }
] ]
} }
``` ```
Rolls out the `my_user_feature` to `42%` of users. Rolls out the `my_user_feature` to `42%` of actors.
## Delete a feature ## Delete a feature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment