Update API manual#419
Conversation
I wasn't able to update a check without sending the `state` in the body payload.
|
@Mornor do you still have the error that you received when not providing this value? |
|
@alenkacz : I got a HTTP 500 internal server error. |
|
@Mornor I did not find anything in code that would actually require this but I am not familiar with that part of the code so maybe testing it myself would be the easiest thing :) |
|
This is pretty old, but I can say we ran into this as well. The actual exception is below. I will continue to look for a fix so state is not required to be passed. It doesnt make much sense to require it, and passing it could create unintentional false positives or false negatives.
|
I wasn't able to update a check without sending the
statein the body payload.