muchdogesec / stixify

Extract machine readable cyber threat intelligence from unstructured data (inc. PDFs, Word docs, and HTML pages)
https://www.stixify.com
Apache License 2.0
2 stars 0 forks source link

Typo in POST dossier endpoint schema #19

Closed himynamesdave closed 2 weeks ago

himynamesdave commented 3 weeks ago
{
  "report_ids": [
    "string"
  ],
  "name": "string",
  "tlp_level": "red",
  "confidence": 2147483647,
  "labels": [
    "string"
  ],
  "identity": "string",
  "desciption": "string",
  "context": "suspicious-activity",
  "created_by_ref": "string"
}

See desciption should be description