/bff/product-parameter/group-update
Updates properties of an existing parameter group. Only provided fields are changed.
Product ParameterpostBffProduct-parameterGroup-update
Parameters
4 body
Body · 4
codestringRequiredCode of the group to update.
namestringNew display name.
positionnumberNew sort order position.
activebooleanNew active status.
Request
POST /bff/product-parameter/group-update
curl -X POST "https://api.bizkithub.com/bff/product-parameter/group-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "technical-specs",
"name": "Dimensions",
"position": 1,
"active": true
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.