POST
/
evault
/
v1
/
folders
/
{id}
/
duplicate_folder

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this file folder.

Body

description
string | null
Maximum length: 500
folder
string | null

Enclosing Folder that contain this folder, default to root.

Minimum length: 1
is_archived
boolean
is_deleted
boolean
is_starred
boolean
name
string | null
Maximum length: 255
tags
object[]

Response

200 - application/json
access
string | null
required
created_at
string
required
extension
string
required
file_share_id
string
required
file_size
integer
required
file_size_unit
string
required
files_count
integer
required
folders_count
integer
required
id
string
required
is_shared
boolean
required
parent_folder
string
required
path
string
required
root
boolean
required

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

updated_at
string
required
description
string | null
Maximum length: 500
folder
string | null

Enclosing Folder that contain this folder, default to root.

is_archived
boolean
is_deleted
boolean
is_starred
boolean
name
string | null
Maximum length: 255
tags
object[]