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:
@@ -12,7 +12,7 @@ messaging = Messaging.new(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
|
||||
|
||||
@@ -13,7 +13,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