Update Twilio Settings
Update Twilio settings. Enterprise-only: non-enterprise tenants use platform-level credentials (#766). Auth token is stored securely and never returned in responses.
Update Twilio settings.
Enterprise-only: non-enterprise tenants use platform-level credentials (#766). Auth token is stored securely and never returned in responses.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/api/v1/configuration/twilio-settings" \ -H "Content-Type: application/json" \ -d '{}'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}