Update swagger

This commit is contained in:
nicolas.dorier
2020-08-26 20:02:18 +09:00
parent 67b04473b5
commit 8f0cc9de03
2 changed files with 10 additions and 107 deletions

View File

@@ -29,7 +29,6 @@ namespace BTCPayServer.Client.Models
[JsonProperty("monitoringMinutes")]
public TimeSpan? Monitoring { get; set; }
[JsonProperty(ItemConverterType = typeof(NumericStringJsonConverter))]
public double? PaymentTolerance { get; set; }
}
}