Skip to main content
PUT
/
v2
/
sign-requests
/
video-translation
/
{id}
Update an uploaded file by id
curl --request PUT \
  --url https://api.example.com/v2/sign-requests/video-translation/{id}
{
  "application/json": {
    "errors": [
      {
        "message": "Resource not found"
      }
    ]
  }
}

Path Parameters

id
string
required

The file ID returned by the POST endpoint when a file has been created

Response

File updated successfully