Groups of model characteristics
Groups of model characteristics
Use
Road:
/api/groups
Protected:
true
Attributes
id:
integer
name:
translation
url_rewrite:
translation
Roads
Get
/
Returns the list of specification groups
Get
/{id}
Returns the details of a specification group corresponding to the ID {id}
Put
/store
Required
id, name
Optional
url_rewrite
Create a group of specifications using the request's body
Post
/{id}
Required
ps_id, name, url_rewrite
Update the ID specification group {id} based on keys and values given in the body of the
request
Delete
/{id}
Optional
group: {group_id}
Delete the ID specification group {id}. If specified, reallocates existing specifications to another remaining group.