aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-08-01 17:35:52 -0700
committerChristopher Ng <chrng8@gmail.com>2023-08-03 15:30:11 -0700
commit5a11535c51ae0277f6bb0af048215e329b6068d0 (patch)
tree4bb828f742deb3c04653997f72c8eef83b36a125
parentaf98c702e0464d52f56591ea873caabfec612acd (diff)
downloadnextcloud-server-5a11535c51ae0277f6bb0af048215e329b6068d0.tar.gz
nextcloud-server-5a11535c51ae0277f6bb0af048215e329b6068d0.zip
fix: set endpoint description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-rw-r--r--apps/files_reminders/lib/Controller/ApiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_reminders/lib/Controller/ApiController.php b/apps/files_reminders/lib/Controller/ApiController.php
index a0dbd840111..873088177c1 100644
--- a/apps/files_reminders/lib/Controller/ApiController.php
+++ b/apps/files_reminders/lib/Controller/ApiController.php
@@ -75,7 +75,7 @@ class ApiController extends OCSController {
}
/**
- * Create a reminder
+ * Set a reminder
*
* @param string $dueDate ISO 8601 formatted date time string
*/