Feature
Create a Feature and optionally associate with one or more event_schemas
Create a Feature optionally associate with one or more event_schemas
POST
/
features
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Create a Feature stand-alone or associate it with schemas
name
string
requiredName of the feature
Maximum length:
255
schemaAssociations
object[]
requiredAssociation of a feature with event_schemas
billableName
string
Billable name of feature. Billable name takes precedence over name to display in invoice.
Maximum length:
255
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