Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Path Parameters
The project’s URL-friendly slug identifier.
The feature’s unique ID.
Body Parameters
All fields are optional. Only provided fields are updated.Feature display name.
Description of the feature.
Base price for this feature. Must be
>= 0.Whether this feature tracks usage or has limits.
One of
"Standart", "Limits", or "Usage Based".Default usage count or limit value.
Condition label (e.g.
"Up to", "Unlimited").Price per unit of usage.
How usage events are aggregated (e.g.
"count", "sum").Response
Returns the full updated feature object.Example
Errors
| Status | Description |
|---|---|
400 | Invalid field value (e.g. negative basePrice) |
401 | Invalid or missing API key |
403 | API key does not have read_write permission |
404 | Project or feature not found |
