Skip to content

Commit 8cca61c

Browse files
author
Sam Stelle
committed
Returned path_segment parameter to required.
1 parent 83a3135 commit 8cca61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def delete(self, path_segment, owner=None, app=None, sharing=None, **query):
529529

530530
@_authentication
531531
@_log_duration
532-
def get(self, path_segment="", owner=None, app=None, sharing=None, **query):
532+
def get(self, path_segment, owner=None, app=None, sharing=None, **query):
533533
"""Performs a GET operation from the REST path segment with the given
534534
namespace and query.
535535

0 commit comments

Comments
 (0)