/bff/contact-segment/update
Partial update — only provided fields change. Editing the definition is validated against the field registry.
ContactpostBffContact-segmentUpdate
Parameters
5 body
Body · 5
idstringRequiredSegment external ID.
namestringLength: 1–128
descriptionstring | nulldefinitionobject | objectisActivebooleanRequest
POST /bff/contact-segment/update
curl -X POST "https://api.bizkithub.com/bff/contact-segment/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id",
"name": "example_name",
"isActive": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.