summaryrefslogtreecommitdiffstats
path: root/Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php')
-rw-r--r--Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php b/Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php
index 335b619..325f8c0 100644
--- a/Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php
+++ b/Twilio/Rest/IpMessaging/V1/Service/ChannelContext.php
@@ -44,7 +44,7 @@ class ChannelContext extends InstanceContext {
'sid' => $sid,
);
- $this->uri = '/Services/' . $serviceSid . '/Channels/' . $sid . '';
+ $this->uri = '/Services/' . rawurlencode($serviceSid) . '/Channels/' . rawurlencode($sid) . '';
}
/**