docs: fixes get_check args (#597)

This commit is contained in:
worldworm
2024-05-05 19:09:14 +02:00
committed by GitHub
parent 31218d3b00
commit cb862fa2c5

View File

@@ -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