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

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