mirror of
https://github.com/Feuerhamster/mailform.git
synced 2025-05-02 03:36:46 +02:00
Update README.md
This commit is contained in:
parent
70ca7091ce
commit
727e980998
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ Simply make a request to `/:target` (replace with your target's file name).
|
||||||
If you have set an API key, add the HTTP Authorization header with type `Bearer` and then the key.
|
If you have set an API key, add the HTTP Authorization header with type `Bearer` and then the key.
|
||||||
Make sure to also use the right origin (if not set automatically because the request is from a backend).
|
Make sure to also use the right origin (if not set automatically because the request is from a backend).
|
||||||
|
|
||||||
|
> ⚠ Since the file upload feature got added, there is an Issue with `application/json`. Please use multipart form or form urlencoded for API requests. I am working on a rewrite where this gets fixed.
|
||||||
|
|
||||||
**Example request:**
|
**Example request:**
|
||||||
```http request
|
```http request
|
||||||
POST https://mailform.yourserver.com/your-target-file-name
|
POST https://mailform.yourserver.com/your-target-file-name
|
||||||
|
|
Loading…
Add table
Reference in a new issue