patch https://app.vwo.com/api/v2/accounts//features/
Request URL for Workspace
PATCH /accounts/account_id//features/feature_id
Request Format
{
"name": "FeatureOne",
"variables": [
{
"id": 1,
"variableName": "var1",
"dataType": "string",
"defaultValue": "val1up"
},
{
"id": 2,
"variableName": "var2",
"dataType": "int",
"defaultValue": 320
},
{
"id": 4,
"variableName": "var4",
"dataType": "boolean",
"defaultValue": true
},
{
"id": 4,
"variableName": "var5",
"dataType": "float",
"defaultValue": 0.4
}
],
"setting": {
"isEditable": true,
"associatedCampaigns": []
},
"type": "feature"
}
Update a feature