You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/health.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ GET https://cloud.appwrite.io/v1/health/anti-virus
15
15
** Check the Appwrite Antivirus server is up and connection is successful. **
16
16
17
17
18
+
```http request
19
+
GET https://cloud.appwrite.io/v1/health/audits-db
20
+
```
21
+
22
+
** Check the database that backs the audit and activity store. When the connection is reachable the endpoint returns a passing status with its response time.
| replyToEmail | string | Email set in the Reply To field for the mail. Default value is Sender Email. ||
583
583
584
584
585
+
```http request
586
+
POST https://cloud.appwrite.io/v1/messaging/providers/ses
587
+
```
588
+
589
+
** Create a new Amazon SES provider. **
590
+
591
+
### Parameters
592
+
593
+
| Field Name | Type | Description | Default |
594
+
| --- | --- | --- | --- |
595
+
| providerId | string | Provider ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars. ||
596
+
| name | string | Provider name. ||
597
+
| accessKey | string | AWS access key ID. ||
598
+
| secretKey | string | AWS secret access key. ||
599
+
| region | string | AWS region, for example us-east-1. ||
600
+
| fromName | string | Sender Name. ||
601
+
| fromEmail | string | Sender email address. ||
602
+
| replyToName | string | Name set in the reply to field for the mail. Default value is sender name. ||
603
+
| replyToEmail | string | Email set in the reply to field for the mail. Default value is sender email. ||
0 commit comments