mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore(sdks): update msg91 examples
This commit is contained in:
@@ -10,7 +10,7 @@ messaging = Messaging(client)
|
||||
result = messaging.create_msg91_provider(
|
||||
provider_id = '<PROVIDER_ID>',
|
||||
name = '<NAME>',
|
||||
from = '+12065550100', # optional
|
||||
template_id = '<TEMPLATE_ID>', # optional
|
||||
sender_id = '<SENDER_ID>', # optional
|
||||
auth_key = '<AUTH_KEY>', # optional
|
||||
enabled = False # optional
|
||||
|
||||
@@ -11,7 +11,7 @@ result = messaging.update_msg91_provider(
|
||||
provider_id = '<PROVIDER_ID>',
|
||||
name = '<NAME>', # optional
|
||||
enabled = False, # optional
|
||||
template_id = '<TEMPLATE_ID>', # optional
|
||||
sender_id = '<SENDER_ID>', # optional
|
||||
auth_key = '<AUTH_KEY>', # optional
|
||||
from = '<FROM>' # optional
|
||||
auth_key = '<AUTH_KEY>' # optional
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user