Skip to content

Commit 6d0a425

Browse files
author
Jeff Shillitto
committed
Wrap variable in curly bracket
1 parent ea952e7 commit 6d0a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
`curl -X PUT -T video.mp4 {data.attributes.url}`
1414
15-
Where **video.mp4** is the file you want to upload and **data.attributes.url** is the signed URL returned in the
15+
Where **video.mp4** is the file you want to upload and **{data.attributes.url}** is the signed URL returned in the
1616
response.
1717
1818
**Base URL:** https://api.shotstack.io/ingest/{version}

0 commit comments

Comments
 (0)