diff --git a/docs/log-data-in-reportportal/ImportDataToReportPortal.mdx b/docs/log-data-in-reportportal/ImportDataToReportPortal.mdx index 5128429d01..db12a1e535 100644 --- a/docs/log-data-in-reportportal/ImportDataToReportPortal.mdx +++ b/docs/log-data-in-reportportal/ImportDataToReportPortal.mdx @@ -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 'file=@Launch.zip;type=application/x-zip-compressed' ```