v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBFeatures
Create a Feature
Create a Feature
post/features
Request body
Example request
{
"key": "new_checkout_page",
"name": "the checkout feature",
"variables": [
{
"default_value": "0.05",
"type": "double"
}
]
}Response
Successfully created the Feature
Example response
{
"key": "new_checkout_page",
"name": "the checkout feature",
"variables": [
{
"default_value": "0.05",
"type": "double"
}
]
}