Vigilfield Docs
API referenceFolders

Folder_update

PUT/folders/{id}

Path Parameters

id*string

Folder id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/folders/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "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"}