Features
Update feature
Use when changing feature definition (e.g. name, type, or meter). Request body contains the fields to update.
put/features/{id}
Path parameters
idstring required
Feature ID
Request body
Response
OK
Example response
{
"meter": {
"created_at": "2024-03-20T15:04:05Z",
"event_name": "api_request",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "API Usage Meter",
"status": "published",
"tenant_id": "tenant123",
"updated_at": "2024-03-20T15:04:05Z"
}
}