From fe950166cf0c1df400ae608970b4b963997780bf Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 18 Jul 2024 14:13:55 +0200 Subject: [PATCH] fixup! feat(ocs): send a message via api --- lib/Controller/MessageApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/MessageApiController.php b/lib/Controller/MessageApiController.php index 0a1e326ab7..0078a5cc73 100644 --- a/lib/Controller/MessageApiController.php +++ b/lib/Controller/MessageApiController.php @@ -76,7 +76,7 @@ public function __construct( * @param array $cc An optional array of 'CC' recipients in the format ['label' => 'Name', 'email' => 'Email Address'] or ['email' => 'Email Address'] * @param array $bcc An optional array of 'BCC' recipients in the format ['label' => 'Name', 'email' => 'Email Address'] or ['email' => 'Email Address'] * @param ?string $references An optional string of an RFC2392 to set the "Reply-To" and "References" header on sending - * @return DataResponse + * @return DataResponse * * 200: The email was sent * 202: The email was sent but could not be copied to the 'Sent' mailbox