cURL
curl --request PATCH \ --url https://api.example.com/evault/v1/favourite/folders/{id}/ \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "is_starred": true, "is_archived": true, "is_deleted": true, "folder": "<string>", "tags": [ { "name": "<string>", "description": "<string>" } ] } '
{ "id": "<string>", "access": "<string>", "files_count": 123, "folders_count": 123, "file_size": 123, "file_size_unit": "<string>", "extension": "<string>", "parent_folder": "<string>", "path": "<string>", "root": true, "file_share_id": "<string>", "is_shared": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "is_starred": true, "is_archived": true, "is_deleted": true, "folder": "<string>", "tags": [ { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" } ] }
A unique value identifying this file folder.
255
500
Enclosing Folder that contain this folder, default to root.
1
Show child attributes
indicates if the folder is on the root of the folder heirachy.