v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Case Management

Create investigation notebook for case

Create a new investigation notebook and link it to a case

post/api/v2/cases/{case_id}/relationships/notebook

Path parameters

case_idstring required

Case's UUID or key

Request body

Example request

{
  "data": {
    "type": "notebook"
  }
}

Response

No Content