POST
/
evault
/
v1
/
files
/
{id}
/
duplicate_file
{
  "id": "<string>",
  "file": "<string>",
  "name": "<string>",
  "description": "<string>",
  "is_starred": true,
  "is_archived": true,
  "access": "<string>",
  "folder": "<string>",
  "root": true
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this file upload.

Body

Response

200 - application/json

The response is of type object.