rollout-ui
rollout-ui copied to clipboard
Add users to json data
Add users to JSON rest data.
Sample response:
{
"data": {
"description": "Test Feature Description"
},
"groups": [
"all"
],
"name": "Test Feature",
"percentage": 0.0,
"users": [
"111",
"123",
"321",
"[email protected]"
]
}
Like
@Antti @reneklacan Anyone with write access can pull or comment on this?