Skip to main content

Create an Attachment

POST 

/workspace/:ws_id/case_management/table/attachments

Adds a new Attachment record.

Request

Path Parameters

    ws_id stringrequired

    Workspace ID

Body

required

Attachment Data

    attachment string
    description string
    name string
    type string

    Possible values: [Network Log, Malware Sample, PCAP File, Report, Screenshot, Document]

Responses

OK

Schema
    attachment string
    description string
    name string
    type string

    Possible values: [Network Log, Malware Sample, PCAP File, Report, Screenshot, Document]

Loading...