fzaninotto/uptime

isPaused isn't set correctly when using POST /checks/:id

svramusi opened this issue · 0 comments

There is an error when setting isPaused via POST /checks/:id

If you're trying to set isPaused to be true, it will work. However, if the existing Check has isPaused to be true, it is impossible to set it to be false.