Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
svramusi opened this issue Jun 27, 2015 · 0 comments
Open

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

svramusi opened this issue Jun 27, 2015 · 0 comments

Comments

@svramusi
Copy link

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.

svramusi added a commit to svramusi/uptime that referenced this issue Jun 27, 2015
This allows the isPaused attribute to be set when calling
POST /checks/:id

Fixes fzaninotto#316
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant