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
Maximum length:
50
Body
application/json
Update a Feature properties
name
string
Name of the feature
Maximum length:
255
billableName
string
Billable name of addon. Billable name takes precedence over name to display in invoice.
Maximum length:
255
schemaAssociations
object[]
Association of a feature with event_schemas
Response
200 - application/json
Represents a Feature
id
string
requiredname
string
requireddisplayName
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.
Maximum length:
255
schemaAssociations
object[]
requiredAssociation of a feature with event_schemas
createdAt
string
requiredbillableName
string
Maximum length:
255
updatedAt
string