latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
FileLinks
Updates a file link
Updates an existing file link. Expired links can no longer be updated.
post/file-links/{id}
Path parameters
idstring required
The identifier of the file link to be updated.
Request body
Example request
{
"expiresTime": "2020-04-25T20:36:00Z"
}Response
OK.
Example response
{
"id": "link_d992b05c-31d3-485e-b1f7-7b95f06cbfe8",
"createdTime": "2018-04-25T20:36:00Z",
"expiresTime": "2020-04-25T20:36:00Z",
"fileId": "file_09e2464f-9b4f-482b-ae89-732183c705be",
"metadata": {
"coupon": "iOS"
},
"url": "https://files.digitalriver.com/links/fl_29a093a2-8989-4def-a50c-d8950d1436d4"
}