Skip to content

Commit 2ddab10

Browse files
author
koval
committed
fix
1 parent 509ada1 commit 2ddab10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Every method on entities ultimately uses `HuntflowAPI.request`, which mirrors [`
214214

215215
```python
216216
account_id = 1
217-
payload = {"first_name": "Ada", "last_name": "Lovelace"} # match API schema
217+
payload = {"first_name": "John", "last_name": "Doe"} # match API schema
218218

219219
response = await api.request(
220220
"POST",

0 commit comments

Comments
 (0)