Create an Attachment
POST/workspace/:ws_id/case_management/table/attachments
Adds a new Attachment record.
Request
Path Parameters
ws_id stringrequired
Workspace ID
- application/json
Body
required
Attachment Data
attachment string
description string
name string
type string
Possible values: [Network Log
, Malware Sample
, PCAP File
, Report
, Screenshot
, Document
]
Responses
- 200
- 400
OK
- */*
- Schema
- Example (from schema)
Schema
attachment string
description string
name string
type string
Possible values: [Network Log
, Malware Sample
, PCAP File
, Report
, Screenshot
, Document
]
{
"attachment": "a97cfe4c-8ce3-4f67-ad17-a17f6087663a",
"description": "Network log file for analysis",
"name": "Network Log File",
"type": "Network Log"
}
Failed to create record
- */*
- Schema
- Example (from schema)
Schema
data
details string
identifier string
message string
status integer
user_error
{
"data": {},
"details": "string",
"identifier": "string",
"message": "string",
"status": 404,
"user_error": {}
}
Loading...