Skip to content

Create feature flag

POST
/admin/features
curl --request POST \
--url https://shoehorn.example.com/api/v1/admin/features \
--header 'Content-Type: application/json' \
--data '{ "key": "example", "name": "example", "description": "example", "enabled": false }'
Media type application/json
object
key
required
string
name
required
string
description
string
enabled
boolean

Feature flag created