Files
Update Favorite File (Patch)
Banking
- Bank Accounts
- NGN Banking
- US Banking
Evault
- Archives
- Bins
- Files
- Folders
- File Shares
- Storage Usage
- Tags
Metas
- Request Logs
Files
Update Favorite File (Patch)
PATCH
/
evault
/
v1
/
favourite
/
files
/
{id}
{
"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"
}
Authorizations
Path Parameters
A unique value identifying this file upload.
Body
Response
200 - application/json
The response is of type object
.
{
"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"
}