rollout-ui icon indicating copy to clipboard operation
rollout-ui copied to clipboard

Add users to json data

Open nathan-beam opened this issue 1 year ago • 2 comments

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]"
    ]
}

nathan-beam avatar Apr 03 '23 21:04 nathan-beam

Like

bublz89 avatar Nov 30 '23 03:11 bublz89

@Antti @reneklacan Anyone with write access can pull or comment on this?

nathan-beam avatar Apr 16 '24 15:04 nathan-beam