post https://api.split.io/internal/api/v2/splits/ws//trafficTypes/
Create a feature flag in your account, given a traffic type. This API does not configure the flag in any environment.
The Authorization Bearer (Admin API Key authorizing the request) must have one of the following roles and scopes:
- API_ALL_GRANTED
- API_FEATURE_FLAG_EDITOR
- GLOBAL
- WORKSPACE
To learn more about Admin API Key roles and scopes, see API keys overview.
JSON Payload Posted
{
"name": String, // Mandatory
"description": String, // Optional
"owners": [ //Optional
{
"id": String,
"type": String
}
]
}