Skip to main content
PUT
/
v1
/
voice
/
call-caps
/
{teamVoiceCallCap}
Update the specified voice call cap
curl --request PUT \
  --url https://api.comm.com/api/v1/voice/call-caps/{teamVoiceCallCap} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "team_id": "<string>",
  "country_id": 123,
  "daily_cap": 123,
  "timezone": "<string>",
  "is_enabled": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamVoiceCallCap
string<uuid>
required

The team voice call cap ID

Response

id
string
required
team_id
string
required
country_id
integer | null
required
daily_cap
integer
required
timezone
string
required
is_enabled
boolean
required
created_at
string<date-time> | null
required
updated_at
string<date-time> | null
required