ZITADEL Docs
APIsCore ResourcesV1Instance Objects

UpdateSMSProviderTwilio

PUT
/sms/twilio/{id}

Path Parameters

id*string

Request Body

application/json

sid*string
senderNumber?string
description?string
verifyServiceSid?string
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/sms/twilio/string" \  -H "Content-Type: application/json" \  -d '{    "sid": "string"  }'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?