failure-flags.experiments
Run an Experiment by team and ID.
Requires the privilege EXPERIMENTS_RUN
post/failure-flags/experiments/{id}/run
Path parameters
idstring required
Query parameters
teamIdstring required
Required when using company session token.
Response
Run an Experiment by team and ID
Example response
{
"app": {
"labels": {
"foo": [
"bar",
"baz"
]
},
"runtimeLabels": {
"zones": [
"us-west-1a",
"us-west-1b"
]
}
},
"flag": {
"labels": {
"foo": [
"bar",
"baz"
]
},
"runtimeLabels": {
"zones": [
"us-west-1a",
"us-west-1b"
]
}
},
"duration": "30m"
}