Vigilfield Docs
API referenceFolders

Folder_duplicate

POST/folders/{id}/copies

Path Parameters

id*string

Folder id

Response Body

application/json

curl -X POST "https://example.com/folders/string/copies"
{  "created_at": "string",  "description": "string",  "id": "string",  "investigation_count": 0,  "name": "string",  "org_id": "string",  "owner_team_id": "string",  "parent_id": "string",  "updated_at": "string"}