docs: clarify update endpoints only work on draft messages

This commit is contained in:
Ebenezer Don
2025-01-15 22:16:07 +00:00
parent 7ecba8c0f2
commit 9634d0ec94
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -16,4 +16,5 @@ dev/yasd_init.php
.phpunit.result.cache
Makefile
appwrite.json
/.zed/
/.zed/
.history
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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.