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:

JSON


Success Response:

Code: 200 OK

Content Examples:

JSON