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:
Andrew Camilleri
2020-04-27 13:13:20 +02:00
committed by GitHub
parent b600e5777e
commit c784144a07
7 changed files with 127 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
namespace BTCPayServer.Client.Models
{
public class UpdateStoreRequest: StoreBaseData
{
}
}