Skip to content

Commit

Permalink
fix import script line
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryHumianiuk authored Sep 26, 2023
1 parent 6aec42b commit a643ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/log-data-in-reportportal/ImportDataToReportPortal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's an example of a request to the endpoint:

```yaml
curl -X 'POST' \
'http://localhost:8585/api/v1/testProject/launch/import?attributeKey=someKey&attributeValue=someValue&description=someDescription&launchName=someName&skippedIsNotIssue=true'
'http://localhost:8585/api/v1/testProject/launch/import?attributeKey=someKey&attributeValue=someValue&description=someDescription&launchName=someName&skippedIsNotIssue=true' \
-F '[email protected];type=application/x-zip-compressed'
```

Expand Down

0 comments on commit a643ee3

Please sign in to comment.