Skip to content

Commit a48b289

Browse files
authored
Merge pull request #17 from mrstatic23/fix/get_secret_lists
fix: rename param name for list_secrets method
2 parents b788ee8 + 4601ebc commit a48b289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infisical_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def list_secrets(
219219
}
220220

221221
if tag_filters:
222-
params["tag_slugs"] = ",".join(tag_filters)
222+
params["tagSlugs"] = ",".join(tag_filters)
223223

224224
result = self.client.api.get(
225225
path="/api/v3/secrets/raw",

0 commit comments

Comments
 (0)