Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 5b926af

Browse files
committed
fixes admin mail
1 parent 23bb9f0 commit 5b926af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/index.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,14 +2786,14 @@ fetch(url, { method: 'GET', headers: headers})
27862786
Update the mail configuration.
27872787

27882788
```plaintext
2789-
curl -X POST -H "Accept: text/plain" -H "X-authorization:<token>" -d "key=<key>&fromEmail=<fromEmail>" <SynBioHub URL>/admin/mali
2789+
curl -X POST -H "Accept: text/plain" -H "X-authorization:<token>" -d "key=<key>&fromEmail=<fromEmail>" <SynBioHub URL>/admin/mail
27902790
```
27912791

27922792
```python
27932793
import requests
27942794

27952795
response = requests.post(
2796-
'<SynBioHub URL>/admin/email',
2796+
'<SynBioHub URL>/admin/mail',
27972797
headers={
27982798
'X-authorization': '<token>',
27992799
'Accept': 'text/plain'

0 commit comments

Comments
 (0)