summaryrefslogtreecommitdiffstats
path: root/Twilio/Rest/Trunking/V1/TrunkContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'Twilio/Rest/Trunking/V1/TrunkContext.php')
-rw-r--r--Twilio/Rest/Trunking/V1/TrunkContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Twilio/Rest/Trunking/V1/TrunkContext.php b/Twilio/Rest/Trunking/V1/TrunkContext.php
index a3d2468..b4d3be8 100644
--- a/Twilio/Rest/Trunking/V1/TrunkContext.php
+++ b/Twilio/Rest/Trunking/V1/TrunkContext.php
@@ -50,7 +50,7 @@ class TrunkContext extends InstanceContext {
'sid' => $sid,
);
- $this->uri = '/Trunks/' . $sid . '';
+ $this->uri = '/Trunks/' . rawurlencode($sid) . '';
}
/**