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

Commit 1325f94

Browse files
committed
updated serviceSid to service_sid
1 parent ba61cad commit 1325f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/access-tokens/sync-example/sync-example.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Create a Sync grant and add to token
1919
sync_grant = SyncGrant(
2020
# Create a "grant" which enables a client to use Sync as a given user
21-
serviceSid=twilio_sync_service
21+
service_sid=twilio_sync_service
2222
)
2323

2424
token.add_grant(sync_grant)

0 commit comments

Comments
 (0)