suspend fun ConsulClient.updateCheckAwait(checkId: String, status: CheckStatus): Unit
Set status of the check to given status. Used with a check that is of the TTL type. The TTL clock will be reset.
checkId - the ID of check
checkId
status - new status of check
status
Return reference to this, for fluency *