Management API
...
Product
Features
Create Product Feature
3min
creates a product feature, if requesting manager has access permissions to it url /api/v1/product features/ method post parameters name string code string feature type string choices activation , consumption max consumption integer allow overages boolean max overages integer reset consumption boolean consumption period string choices daily , weekly , monthly , annually product integer is floating boolean is floating cloud boolean floating users integer floating timeout integer "metadata" json object data example { "name" "f3", "code" "f3", "feature type" "consumption", "max consumption" 10, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "metadata" {}, "product" 1698659666691556, "is floating" true, "floating users" 10, "floating timeout" 120, } success response code 200 ok content examples { "id" 559, "created at" "2023 10 30t10 13 45 041716z", "updated at" "2023 10 30t10 13 45 041815z", "name" "f3", "code" "f3", "is deleted" false, "feature type" "consumption", "max consumption" 10, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is floating" true, "is floating cloud" false, "floating users" 10, "floating timeout" 120, "metadata" {}, "product" 1698659666691556 }