NodePing.Checks.check_exists-question-mark

You're seeing just the function check_exists-question-mark, go back to NodePing.Checks module for more information.
Link to this function

check_exists?(token, id, customerid \\ nil)

View Source

Specs

check_exists?(
  token :: bitstring(),
  id :: bitstring(),
  customerid :: bitstring() | nil
) ::
  boolean()

Find whether a check exists or not. Returns true if present or false if nonexistent

  • token - NodePing API token that is provided with account
  • id - Check ID of the check you want to verify is present or not
  • customerid - optional ID to access a subaccount