Closed jmherbst closed 7 years ago
I initially added this as an int to match the API docs (https://www.statuscake.com/api/Tests/Updating%20Inserting%20and%20Deleting%20Tests.md), but failed to realize the API was actually returning a bool. This should correct the issue.
int
bool
I initially added this as an
int
to match the API docs (https://www.statuscake.com/api/Tests/Updating%20Inserting%20and%20Deleting%20Tests.md), but failed to realize the API was actually returning abool
. This should correct the issue.