diff options
Diffstat (limited to 'Twilio/Rest/Api/V2010/Account/Call/NotificationContext.php')
-rw-r--r-- | Twilio/Rest/Api/V2010/Account/Call/NotificationContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Twilio/Rest/Api/V2010/Account/Call/NotificationContext.php b/Twilio/Rest/Api/V2010/Account/Call/NotificationContext.php index 62b89d0..e857204 100644 --- a/Twilio/Rest/Api/V2010/Account/Call/NotificationContext.php +++ b/Twilio/Rest/Api/V2010/Account/Call/NotificationContext.php @@ -33,7 +33,7 @@ class NotificationContext extends InstanceContext { 'sid' => $sid, ); - $this->uri = '/Accounts/' . $accountSid . '/Calls/' . $callSid . '/Notifications/' . $sid . '.json'; + $this->uri = '/Accounts/' . rawurlencode($accountSid) . '/Calls/' . rawurlencode($callSid) . '/Notifications/' . rawurlencode($sid) . '.json'; } /** |