Compare commits

...
Author SHA1 Message Date
Ebenezer Don 9634d0ec94 docs: clarify update endpoints only work on draft messages 2025-01-15 22:16:07 +00:00
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.