Files
btcpayserver/BTCPayServer.Client/Models
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
..
2020-04-30 16:44:27 +02:00
2020-04-30 16:44:27 +02:00
2020-06-28 17:55:27 +09:00
2024-04-05 16:58:13 +09:00
2022-10-11 17:34:29 +09:00
2023-04-10 11:07:03 +09:00
2022-12-23 17:17:09 +09:00
2023-01-06 22:18:07 +09:00
2023-05-11 10:33:33 +02:00
2021-12-31 16:59:02 +09:00
2023-05-26 23:49:32 +09:00
2020-04-30 16:44:27 +02:00
2020-11-13 14:15:03 +09:00