mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Greenfield: Add update store API (#1495)
* Greenfield: Add update store API * update update store model * change greenfield controller name to stop conflict
This commit is contained in:
6
BTCPayServer.Client/Models/UpdateStoreRequest.cs
Normal file
6
BTCPayServer.Client/Models/UpdateStoreRequest.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public class UpdateStoreRequest: StoreBaseData
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user