cURL
curl --request PATCH \ --url https://api.example.com/api/v1/features/{feature_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "filters": [ {} ] } '
Update a feature’s name, description, or meter filters.
Was this page helpful?