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

Changes