Files
btcpayserver/BTCPayServer/wwwroot
d11n 25ae6df095 Greenfield: Add file endpoints and upload (#6075)
* Greenfield: Add file endpoints and upload

- Endpoints for server files
- File upload using `multipart/form-data`

Closes #6074.

Can also be tested using cURL:

- `curl --location 'https://localhost:14142/api/v1/files' --header 'Authorization: token MY_API_TOKEN' --form 'file=@"LOCAL_FILEPATH"'`
- `curl --location 'https://localhost:14142/api/v1/users/me/picture' --header 'Authorization: token MY_API_TOKEN' --form 'file=@"LOCAL_FILEPATH"'`

* Revert UnresolvedUri changes

* Add upload for store logo
2024-07-11 09:28:24 +09:00
..
2024-07-03 14:13:29 +02:00
2020-08-06 22:18:26 +02:00
2024-06-27 10:43:28 +02:00
2022-04-14 13:18:12 +09:00
2024-04-05 16:58:13 +09:00
2023-07-13 12:17:41 +02:00
2022-09-09 13:49:24 +02:00
2017-09-13 15:55:16 +09:00
2023-02-10 16:26:38 +01:00