diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-01 17:35:52 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-08 16:29:12 -0700 |
commit | dfba8f4e5933f05fe6dbe0e98ebeb7138f3c518c (patch) | |
tree | c13e0f70f39aad2832239fd9361c2817a7ed9497 /apps/files_reminders/lib | |
parent | 2e8906fc05c0891bba7488015de8387e717aae34 (diff) | |
download | nextcloud-server-dfba8f4e5933f05fe6dbe0e98ebeb7138f3c518c.tar.gz nextcloud-server-dfba8f4e5933f05fe6dbe0e98ebeb7138f3c518c.zip |
fix: set endpoint description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 5a11535c51ae0277f6bb0af048215e329b6068d0)
Diffstat (limited to 'apps/files_reminders/lib')
-rw-r--r-- | apps/files_reminders/lib/Controller/ApiController.php | 2 |
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 */ |