PATCH
/
evault
/
v1
/
file_shares
/
{id}
{
  "id": "<string>",
  "user": {
    "email": "jsmith@example.com",
    "first_name": "<string>",
    "last_name": "<string>",
    "username": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "file_type": "<string>",
  "file": "<string>",
  "file_detail": {
    "id": "<string>",
    "name": "<string>",
    "file": "<string>",
    "hash": "<string>",
    "mimetype": "<string>",
    "extension": "<string>",
    "file_size": 123,
    "file_size_unit": "<string>",
    "description": "<string>",
    "folder": "<string>",
    "root": true,
    "access": "<string>",
    "is_starred": true,
    "is_archived": true,
    "is_deleted": true,
    "file_share_id": "<string>",
    "is_shared": true,
    "tags": [
      "<string>"
    ],
    "tags_detail": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "folder": "<string>",
  "folder_detail": {
    "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,
    "parent_folder": "<string>",
    "root": true,
    "tags": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ],
    "files": "<string>",
    "folders": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "access": "public",
  "users": [
    123
  ],
  "users_detail": [
    {
      "email": "jsmith@example.com",
      "first_name": "<string>",
      "last_name": "<string>",
      "username": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "emails": "<any>",
  "has_password": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

A unique value identifying this file sharing.

Body

file
string | null
Minimum length: 1
folder
string | null
Minimum length: 1
access

Indicate the access type of the file sharing instance.

  • public - public
  • private - private
Available options:
public,
private
users
integer[]

Blucera Users linked to the file sharing instance.

emails
any | null

Emails of Persons/Users linked to the File Sharing instance.

password
string
Minimum length: 1

Response

200 - application/json
id
string
required
user
object
required
file_type
string
required
file_detail
object
required
folder_detail
object
required
users_detail
object[]
required
has_password
boolean
required
created_at
string
required
updated_at
string
required
file
string | null
folder
string | null
access

Indicate the access type of the file sharing instance.

  • public - public
  • private - private
Available options:
public,
private
users
integer[]

Blucera Users linked to the file sharing instance.

emails
any | null

Emails of Persons/Users linked to the File Sharing instance.