forked from Wavyzz/py-healthchecks.io
docs: fixes get_check args (#597)
This commit is contained in:
@@ -75,7 +75,7 @@ Getting a Check
|
||||
|
||||
client = Client(api_key="myapikey")
|
||||
|
||||
check = client.get_check(uuid="mychecksuuid")
|
||||
check = client.get_check(check_id="mychecksuuid")
|
||||
print(check)
|
||||
|
||||
Pinging a Check
|
||||
|
||||
Reference in New Issue
Block a user