Skip to content

Commit

Permalink
fixup! feat(ocs): send a message via api
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 18, 2024
1 parent 5e8d05a commit 92cd7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/MessageApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <message-id> to set the "Reply-To" and "References" header on sending
* @return DataResponse<Http::STATUS_OK, array{string, int}, array{}|Http::STATUS_ACCEPTED, array{string, int}, array{}|Http::STATUS_BAD_REQUEST, array{string, int}, array{}|Http::STATUS_FORBIDDEN, array{string, int}, array{}|Http::STATUS_NOT_FOUND, array{string, int}, array{}|Http::STATUS_INTERNAL_SERVER_ERROR, array{string, int}, array{}>
* @return DataResponse<Http::STATUS_OK|Http::STATUS_ACCEPTED|Http::STATUS_BAD_REQUEST|Http::STATUS_FORBIDDEN|Http::STATUS_NOT_FOUND|Http::STATUS_INTERNAL_SERVER_ERROR, string, array{}>
*
* 200: The email was sent
* 202: The email was sent but could not be copied to the 'Sent' mailbox
Expand Down

0 comments on commit 92cd7fa

Please sign in to comment.