Feature

Update a Feature

Update an existing feature and its eventSchema associations

patch/features/{feature_id}

Path parameters

feature_idstring required
Example:feat.fdjskl.sdkjl

feature_id corresponding to a feature

Request body

namestring

Name of the feature

billableNamestring

Billable name of addon. 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.335

    • 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

    • the request property name became optional

      request-property-became-optional

    • the request property schemaAssociations became optional

      request-property-became-optional

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

      response-optional-property-added

    • the request property name became required

      request-property-became-required

    • the request property schemaAssociations became required

      request-property-became-required

    • 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