DocsAPI ReferenceProduct Parameter/bff/product-parameter/group-update
postProduct ParameterAdmin BFF

/bff/product-parameter/group-update

Updates properties of an existing parameter group. Only provided fields are changed.

Product ParameterpostBffProduct-parameterGroup-update

Parameters

4 body

4 total
Body · 4
codestringRequired

Code of the group to update.

namestring

New display name.

positionnumber

New sort order position.

activeboolean

New active status.

Request

POST /bff/product-parameter/group-update

post
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.

Get API Key