PUT
/
evault
/
v1
/
favourite
/
folders
/
{id}
/

Authorizations

api-key
string
headerrequired

Path Parameters

id
string
required

A unique value identifying this file folder.

Body

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

Enclosing Folder that contain this folder, default to root.

Minimum length: 1
tags
object[]

Response

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

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

file_share_id
string
required
is_shared
boolean
required
created_at
string
required
updated_at
string
required
name
string | null
Maximum length: 255
description
string | null
Maximum length: 500
is_starred
boolean
is_archived
boolean
is_deleted
boolean
folder
string | null

Enclosing Folder that contain this folder, default to root.

tags
object[]