mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
docs: clarify update endpoints only work on draft messages
This commit is contained in:
+2
-1
@@ -16,4 +16,5 @@ dev/yasd_init.php
|
||||
.phpunit.result.cache
|
||||
Makefile
|
||||
appwrite.json
|
||||
/.zed/
|
||||
/.zed/
|
||||
.history
|
||||
@@ -1 +1 @@
|
||||
Update an email message by its unique ID.
|
||||
Update an email message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Update a push notification by its unique ID.
|
||||
Update a push notification message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Update an SMS message by its unique ID.
|
||||
Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.
|
||||
|
||||
Reference in New Issue
Block a user