Usage
Route : /api/features
Protected : true
Attributes
id : integer
name : translated
Endpoints
Return Features index list
Return details of the Feature {id}
PUT | /store |
Required | id, name |
Create a product’s Feature using request’s body
Update the product’s Feature {id} according to the keys and values given in body
DELETE | /{id} |
Optional | feature: {feature_id} |
Delete the product’s Feature {id}. If specified within the body, replace any feature_id using {id} with {feature_id}