Create a Feature

Log in to see full request history
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" }
Path Params
string
required
Defaults to current

Use 'current' keyword to refer to the Main Workspace or the Integer Workspace Id

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json