Skip to content

Commit a1fbbb8

Browse files
authored
Merge pull request #64 from Flared/aviau/event-uid
stealer_log_id -> event_uid
2 parents 397c2ee + 2acf376 commit a1fbbb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Returns a list of credentials matching the query provided.
2121
"imported_at": "2024-01-01T00:00:00+00:00",
2222
"name": "session",
2323
"path": "/",
24-
"stealer_log_id": "stealer_log/stealer_logs_live/12345",
24+
"evend_uid": "stealer_log/stealer_logs_live/12345",
2525
"value": "abcdefghijkl",
2626
},
2727
],

docs/guides/cookie-monitoring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for resp in api_client.scroll(
112112
full_event = api_client.get(
113113
url="/firework/v2/activities/",
114114
params={
115-
"uid": cookie["stealer_log_id"],
115+
"uid": cookie["evend_uid"],
116116
},
117117
).json()["activity"]
118118
user_infomation = full_event["data"]["user_information"]

0 commit comments

Comments
 (0)