Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit e2114a1

Browse files
Merge pull request #882 from TwilioDevEd/update-curl-examples
Update curl code examples so that they'll sync.
2 parents 9013f2a + 9917a5d commit e2114a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
curl -X POST https://video.twilio.com/v1/Rooms/RMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/RecordingRules \
22
--data-urlencode Rules='[{"type": "include", "kind": "audio"}]' \
3-
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
3+
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
curl -X POST https://video.twilio.com/v1/Rooms/RMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/RecordingRules \
22
--data-urlencode Rules='[{"type": "include", "publisher": "Alice"}, {"type": "include", "kind": "audio"}]' \
3-
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
3+
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
curl -X POST https://video.twilio.com/v1/Rooms/RMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/RecordingRules \
22
--data-urlencode Rules='[{"type": "include", "all": true}]' \
3-
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
3+
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
curl -X POST https://video.twilio.com/v1/Rooms/RMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/RecordingRules \
22
--data-urlencode Rules='[{"type": "exclude", "all": true}]' \
3-
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
3+
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN

0 commit comments

Comments
 (0)