Usage
Route : /api/specifications
Protected : true
Attributes
id : integer
group_id : integer
name : translated
url_rewrite : translated
Endpoints
Return Specifications index list
Return details of the Specification {id}
PUT | /store |
Required | id, group_id, name |
Optional | url_rewrite |
Create a Specification using request’s body
POST | /{id} |
Optional | ps_id, group_id, name, url_rewrite |
Update the Specification {id} according to the keys and values given in body
DELETE | /{id} |
Optional | specification: {specification_id} |
Delete the Specification {id}. If specified within the body, replace any association between a model and this specification_id using {specification_id}.