Update product parameter group
Updates a product parameter group.
Leaving out a property will ensure no changes are made to that property. Collection properties will delete and/or add as necessary to match the supplied data.
| Path Parameters |
|---|
id int32 — REQUIREDThe id of the product parameter group to update. |
| Request Body — REQUIRED The product parameter group data to update. | ||
|---|---|---|
Name stringThe non-localized name of the group. | ||
Order int32The order of the group. | ||
LocalizedNames object[]The localized names of the group.
| ||
ParameterIds int32[]The ids of the parameters belonging to this group. |
| Responses | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
200The updated product parameter group.
| |||||||||||
400Bad request.
|