Files
btcpayserver/BTCPayServer
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-05-09 09:18:02 +09:00
2021-12-31 16:59:02 +09:00
2024-07-09 16:59:36 +02:00
2023-08-05 10:44:59 +02:00
2024-07-10 08:50:43 +09:00
2023-04-10 11:07:03 +09:00
2023-04-10 11:07:03 +09:00