Create new formatted entry in existing investigation

Cortex XSOAR API

post /entry/formatted Show code example
CURL
curl -X POST \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ -H "Content-Type: application/json,application/xml" \ "https://hostname:443/entry/formatted" \ -d '{ "investigationId" : "investigationId", "contents" : "contents", "format" : "format" }' \ -d ' aeiou aeiou aeiou '
API to create a formatted entry (table/json/text/markdown/html) in existing investigation Body example: {"investigationId":"1234","format":"table/json/text/markdown/html","contents":"entry content…"}