btcpayserver/BTCPayServer.Tests/TestData
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
..
LndSeedBackup Including walletunlock.json file in TestData for easier debugging 2019-11-10 06:19:59 -06:00
Tor Add torrc files in tests 2019-11-08 16:10:49 +09:00
InvoiceMigrationTestVectors.json Fix migration crash 2024-04-04 23:10:58 +09:00
logo.png Greenfield: Add file endpoints and upload (#6075) 2024-07-11 09:28:24 +09:00
OldInvoices.csv Fix: Old payments not showing up in reports (#5812) 2024-03-05 16:10:54 +09:00
OldPayments.csv Fix: Old payments not showing up in reports (#5812) 2024-03-05 16:10:54 +09:00
OpenAPI-Specification-schema.json Isolate tests requiring internet access 2021-11-23 12:53:05 +09:00