This commit is contained in:
2014-02-02 13:32:07 +01:00
parent e25d04e5d9
commit b73a57c197
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Provide additional params for more data:
```csharp
List<Monitor> items = await _client.GetMonitors(
monitorIDs: new string[]{ 12891, 98711 },
monitorIDs: new string[]{ "12891", "98711" },
customUptimeRatio: new float[] { 7, 30, 45 },
showLog: true,
showAlerts: true