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
Requiredid, name
Optionalurl_rewrite
Create a group of specifications using the request's body

Post/{id}
Requiredps_id, name, url_rewrite
Update the ID specification group {id} based on keys and values given in the body of the request

Delete/{id}
Optionalgroup: {group_id}
Delete the ID specification group {id}. If specified, reallocates existing specifications to another remaining group.