Documentation Index
Fetch the complete documentation index at: https://docs.ruach.ng/llms.txt
Use this file to discover all available pages before exploring further.
Update Group
Update the name of an existing contact group.
curl -X PUT "https://accounts.netvox.ng/api/v2/Group?id=33" \
-H "Content-Type: application/json" \
-d '{
"GroupName": "Updated Group Name",
"ApiKey": "YOUR_API_KEY",
"ClientId": "YOUR_CLIENT_ID"
}'
Parameters
ID of the group to update
Request Body
Your API key for authentication
Your client identifier for authentication
Response
Error code (0 for success)
Description of the result
Success Response
{
"ErrorCode": 0,
"ErrorDescription": "Success",
"Data": "Group updated Successfully."
}
Use Cases
- Group maintenance: Update group names for better organization
- Rebranding: Change group names to match new business requirements
- Integration sync: Update groups to match external system changes