Skip to main content
PATCH
/
api
/
v1
/
features
/
{feature_id}
Update Feature
curl --request PATCH \
  --url https://api.example.com/api/v1/features/{feature_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "filters": [
    {}
  ]
}
'
feature_id
string
required
UUID of the feature
name
string
Updated name
description
string
Updated description
filters
array
Updated filter values (for meter features only). Filter keys cannot be added or removed — only values updated.