POST
/
evault
/
v1
/
files
/
{id}
/
duplicate_file
/

Authorizations

api-key
string
headerrequired

Path Parameters

id
string
required

A unique value identifying this file upload.

Body

file
file
required
folder
string
required
Minimum length: 1
name
string | null

Name of the file upload

Maximum length: 255
description
string | null
Maximum length: 500
is_starred
boolean
is_archived
boolean

Response

200 - application/json
id
string
required
file
string
required
access
string | null
required
folder
string
required
root
boolean
required

indicates if the file is on the root of the file heirachy.

name
string | null

Name of the file upload

Maximum length: 255
description
string | null
Maximum length: 500
is_starred
boolean
is_archived
boolean