Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

19055: Channel update failed: invalid JSON or non-updatable field

Twilio API Documentation and Error CodesAPI

Description

description page anchor

This error occurs when your channel update request contains invalid JSON or includes fields that this endpoint does not allow you to update. When you update a channel, only type, description, and is_primary are supported.

Possible causes

possible-causes page anchor
  • Your request body contains invalid JSON syntax.
  • Your request tries to update fields other than type, description, or is_primary.
  • Send a valid JSON payload in your channel update request.
  • Remove unsupported fields from the request body. Update only type, description, or is_primary.

Additional resources

additional-resources page anchor