We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca5459c + 8a9531d commit 5febfc2Copy full SHA for 5febfc2
pygitguardian/client.py
@@ -584,7 +584,7 @@ def scan_and_create_incidents(
584
"source_uuid": source_uuid,
585
"documents": [
586
{
587
- "document_identifier": document["filename"],
+ "filename": document["filename"],
588
"document": document["document"],
589
}
590
for document in request_obj
tests/test_client.py
@@ -667,7 +667,7 @@ def test_scan_and_create_incidents_payload_structure(client: GGClient):
667
668
669
"document": DOCUMENT,
670
- "document_identifier": FILENAME,
+ "filename": FILENAME,
671
672
],
673
0 commit comments