POST
/
evault
/
v1
/
folders
/
{id}
/
create_folder
{
  "id": "<string>",
  "name": "<string>",
  "access": "<string>",
  "description": "<string>",
  "files_count": 123,
  "folders_count": 123,
  "file_size": 123,
  "file_size_unit": "<string>",
  "extension": "<string>",
  "is_starred": true,
  "is_archived": true,
  "is_deleted": true,
  "folder": "<string>",
  "parent_folder": "<string>",
  "path": "<string>",
  "root": true,
  "tags": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "file_share_id": "<string>",
  "is_shared": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

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[]