cURL
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" }
⚠️Cannot generate request documentation: Attempt to read property “id” on null
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The team voice call cap ID