Update an attribute group of a product class
Update an attribute group of a product class.
Authorizations:Token
Query Parameters
| class_id required | integer |
| id required | integer |
Request Body Schema:
The updated Attribute Group resource | position | integer |
| name | string[1 .. 255] characters |
Responses
200Attribute Group resource updated
Response schema:
Attribute Group resource updated | id | integer |
| position | integer |
| name | string[1 .. 255] characters |
400Invalid input
404Resource not found
422Unprocessable entity