Create feature flag

Create a feature flag in your organization given a traffic type. This API does not configure the flag in any environment.

JSON Payload Posted

{
 "name": String, // Mandatory
 "description": String, // Optional
 "owners": [ //Optional
      {
        "id": String,
        "type": String
      }
    ]
}
Language