Authorization: ********************
{
"group": {
"id": "string",
"name": "string",
"description": "string",
"extension": 0,
"ring_strategy": "RING_STRATEGY_UNSPECIFIED",
"pbx_users": [
{
"pbx_user_id": "string",
"org_user_id": "string",
"sip_accounts": [
{
"sip_id": "string",
"is_active": true,
"extension": 0,
"ring_groups": [
{}
]
}
]
}
]
},
"update_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/pbx/v1/pbxservice/updateringgroup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group": {
"id": "string",
"name": "string",
"description": "string",
"extension": 0,
"ring_strategy": "RING_STRATEGY_UNSPECIFIED",
"pbx_users": [
{
"pbx_user_id": "string",
"org_user_id": "string",
"sip_accounts": [
{
"sip_id": "string",
"is_active": true,
"extension": 0,
"ring_groups": [
{}
]
}
]
}
]
},
"update_mask": "string"
}'
{
"group": {
"id": "string",
"name": "string",
"description": "string",
"extension": 0,
"ring_strategy": "RING_STRATEGY_UNSPECIFIED",
"pbx_users": [
{
"pbx_user_id": "string",
"org_user_id": "string",
"sip_accounts": [
{
"sip_id": "string",
"is_active": true,
"extension": 0,
"ring_groups": [
{}
]
}
]
}
]
}
}