Skip to content

Commit 1051cd1

Browse files
sakshamarora-archIshavyas9
authored andcommitted
Updated documentation
1 parent 192fbec commit 1051cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/appium-upload-filemedia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can use the following curl command to upload any file `media` and `non-media
112112

113113
<div className="lambdatest__codeblock">
114114
<CodeBlock className="language-bash">
115-
{`curl --user "${YOUR_LAMBDATEST_USERNAME()}:${YOUR_LAMBDATEST_ACCESS_KEY()}" -X POST "https://mobile-mgm.lambdatest.com/mfs/v1.0/media/upload" -F "media_file=@"/Users/macuser/Downloads/image.jpeg"" -F "type=image" -F "custom_id=SampleImage"`
115+
{`curl --user "${YOUR_LAMBDATEST_USERNAME()}:${YOUR_LAMBDATEST_ACCESS_KEY()}" -X POST "https://api.lambdatest.com/mfs/v1.0/media/upload" -F "media_file=@"/Users/macuser/Downloads/image.jpeg"" -F "type=image" -F "custom_id=SampleImage"`
116116
}
117117
</CodeBlock>
118118
</div>

0 commit comments

Comments
 (0)