Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 6941e3e

Browse files
authored
Merge pull request #140 from Jav3k/master
fix(api/log.md): Fixed typo in curl's url
2 parents 7d3aba5 + de87199 commit 6941e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It returns:
5959

6060
If log contains an attachment, the request must be in multipart format:
6161
```
62-
curl -XPOST -H 'Authorization: Bearer ***API*KEY***' http://127.0.0.1:9000/api/case/AVqqdpY2yQ6w1DNC8aDh/task -F '_json={"message": "Screenshot of fake site"};type=application/json' -F 'attachment=@screenshot1.png;type=image/png'
62+
curl -XPOST -H 'Authorization: Bearer ***API*KEY***' http://127.0.0.1:9000/api/case/task/AVqqeXc9yQ6w1DNC8aDj/log -F '_json={"message": "Screenshot of fake site"};type=application/json' -F 'attachment=@screenshot1.png;type=image/png'
6363
```
6464
It returns:
6565
```

0 commit comments

Comments
 (0)