docs: fix typo in email notification provider description (#9890)

This commit is contained in:
Fabienne Bühler
2025-05-16 12:07:02 +02:00
committed by GitHub
parent 4480cfcf56
commit fefe9d27a0

View File

@@ -74,7 +74,7 @@ A provider with HTTP type will send the messages and the data to a pre-defined w
</TabItem> </TabItem>
<TabItem value="email" label="Email"> <TabItem value="email" label="Email">
First [add a new Email Provider of type HTTP](/apis/resources/admin/admin-service-add-email-provider-http) to create a new HTTP provider that can be used to send SMS messages: First [add a new Email Provider of type HTTP](/apis/resources/admin/admin-service-add-email-provider-http) to create a new HTTP provider that can be used to send Email messages:
```bash ```bash
curl -L 'https://$CUSTOM-DOMAIN/admin/v1/email/http' \ curl -L 'https://$CUSTOM-DOMAIN/admin/v1/email/http' \