Management API
...
Product
Features
Update Product Feature
3min
updates a product feature, if requesting manager has access permissions to it url /api/v1/product features/{id}/ method patch parameters name string code string feature type string choices activation , consumption max consumption integer is deleted boolean allow overages boolean max overages integer reset consumption boolean consumption period string choices daily , weekly , monthly , annually is floating boolean is floating cloud boolean floating users integer floating timeout integer "metadata" json object data example { "name" "f1", "code" "f1", "feature type" "consumption", "max consumption" 7, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "metadata" {}, "product" 1698659666691556, "is floating" true, "floating users" 13, "floating timeout" 113 } success response code 200 ok content examples { "id" 560, "created at" "2023 10 30t10 18 51z", "updated at" "2023 10 30t10 22 08 887494z", "name" "f1", "code" "f1", "is deleted" false, "feature type" "consumption", "max consumption" 7, "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" 13, "floating timeout" 113, "metadata" {}, "product" 1698659666691556 }