cURL
curl --request POST \ --url https://api.example.com/evault/v1/tags/ \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" }
Tags are convenient ways of marking files and folders for ease organization and categorization.
1 - 20
Description of the tag
500
20