mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
25ae6df095
* 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 |
||
---|---|---|
.. | ||
swagger.template.api-keys.json | ||
swagger.template.apps.json | ||
swagger.template.authorization.json | ||
swagger.template.files.json | ||
swagger.template.health.json | ||
swagger.template.invoices.json | ||
swagger.template.json | ||
swagger.template.lightning.common.json | ||
swagger.template.lightning.internal.json | ||
swagger.template.lightning.store.json | ||
swagger.template.misc.json | ||
swagger.template.notifications.json | ||
swagger.template.payment-requests.json | ||
swagger.template.payout-processors.json | ||
swagger.template.pull-payments.json | ||
swagger.template.serverinfo.json | ||
swagger.template.stores-email.json | ||
swagger.template.stores-lightning-addresses.json | ||
swagger.template.stores-payment-methods.json | ||
swagger.template.stores-payment-methods.lightning-network.json | ||
swagger.template.stores-payment-methods.lnurl.json | ||
swagger.template.stores-payment-methods.on-chain.json | ||
swagger.template.stores-rates-config.json | ||
swagger.template.stores-rates.json | ||
swagger.template.stores-users.json | ||
swagger.template.stores-wallet.on-chain.json | ||
swagger.template.stores-wallet.on-chain.objects.json | ||
swagger.template.stores.json | ||
swagger.template.users.json | ||
swagger.template.webhooks.json |