open fun rxUpdateCheckWithNote(checkId: String, status: CheckStatus, note: String): Single<Void>
Set status of the check to given status. Used with a check that is of the TTL type. The TTL clock will be reset.
note - a human-readable message with the status of the check
Return