Create a feature
Last updated
Was this helpful?
Last updated
Was this helpful?
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
This class represents the feature data transfer object for the command request.
The event id. This value represents the event that the feature belongs to.
The code of the feature.
The name of the feature.
The image of the feature. This value must be a valid URL.
The style of the feature. It is a JSON string. You can use this property to store the CSS styles of the feature.
The description of the feature. The description can be a long text.
The tags of the feature. You can use this property to store the tags of the feature.
The order number in the list. This property is used to sort the features in the list when displaying them. By default, the value is 1.