post https://app.vwo.com/api/v2/accounts//features
Request URI for Sub Account
POST /accounts/account_id/features
Request Format
{
"name": "Feature3",
"variables": [
{
"variableName": "var1",
"dataType": "string",
"defaultValue": "strVal"
},
{
"variableName": "var2",
"dataType": "int",
"defaultValue": 32
},
{
"variableName": "var3",
"dataType": "float",
"defaultValue": 22.5
},
{
"variableName": "var4",
"dataType": "boolean",
"defaultValue": false
}
],
"type": "feature"
}