Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Update a contact group

PUT/contact_groups/{id}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idintegerrequired
Request body
requiredapplication/json
namestring
cart_requirements_list_idinteger
price_list_idinteger
allow_local_pickupboolean
allow_shippingboolean
Responses
200Contact group updated
403Access denied
Request
curl -X PUT "https://api.onbolder.com/v2/contact_groups/1" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "Premium Customers"
}'
Response
Contact group updated