Skip to content

Commit 4e8a763

Browse files
committed
add missing docstrings
1 parent ff465a2 commit 4e8a763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def ping_service(url: str, service_name: str, headers: typing.Dict[str, any] = d
7575
Args:
7676
url (str): The URL of the service to ping.
7777
service_name (str): The name of the service being checked.
78+
headers: (dict, optional): dictionary of HTTP Headers.
7879
debug (bool, optional): If True, outputs the JSON response of the service. Defaults to False.
7980
8081
Returns:

0 commit comments

Comments
 (0)