Feature
Update a Feature
Update an existing feature and its eventSchema associations
PATCH
/
features
/
{feature_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
feature_id
string
requiredfeature_id corresponding to a feature
Body
application/json
name
string
Name of the feature
billableName
string
Billable name of addon. Billable name takes precedence over name to display in invoice.
schemaAssociations
object[]
Association of a feature with event_schemas
Response
200 - application/json
id
string
requiredname
string
requiredbillableName
string
displayName
string
requiredDisplay name of feature. This is an auto-generated field which contains billableName of feature. If billableName is not provided, name will be used as display name.
schemaAssociations
object[]
requiredAssociation of a feature with event_schemas
createdAt
string
requiredupdatedAt
string