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

Request body

namestring required

Name of the feature

billableNamestring

Billable name of feature. Billable name takes precedence over name to display in invoice.

Response

Response for Create and Get Feature requests

idstring required
namestring required
billableNamestring
displayNamestring required

Display 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.

createdAtstring date-time required
updatedAtstring date-time

Changes

Changed in 3 of the 34 revisions of this API.133

    • added the required property displayName to the response with the 200 status

      response-required-property-added

    • the name request property's maxLength was set to 255

      request-property-max-length-set

    • added the new optional request property billableName

      new-optional-request-property

    • added the optional property billableName to the response with the 200 status

      response-optional-property-added

    • removed the required property displayName from the response with the 200 status

      response-required-property-removed

    • removed the request property billableName

      request-property-removed

    • removed the optional property billableName from the response with the 200 status

      response-optional-property-removed

    This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog