provider-profiles-admin

Update Provider Profile

put/api/v1/admin/voice-platform/provider-profiles/{profile_id}

Path parameters

profile_idstring uuid required

Request body

namestring required

Human-readable label for the profile

provider'telnyx' | 'zadarma' | 'twilio' required

SIP telephony carriers a provider profile can describe.

tenant_idstring uuid nullable

Owner tenant. Omit/null for the platform-wide default profile.

sip_hoststring required

SIP endpoint host, e.g. sip.telnyx.com

sip_usernamestring nullable

New SIP username; provide with sip_password to rotate credentials

sip_passwordstring nullable

New SIP password; provide with sip_username to rotate credentials

Response

Successful Response

idstring uuid required
namestring required
provider'telnyx' | 'zadarma' | 'twilio' required

SIP telephony carriers a provider profile can describe.

tenant_idstring uuid nullable required
sip_hoststring required
credential_param_pathstring required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.