Case Management

Create a project

Create a project.

post/api/v2/cases/projects

Request body

Example request

{
  "data": {
    "attributes": {
      "key": "SEC",
      "name": "Security Investigation"
    },
    "type": "project"
  }
}

Response

CREATED

Changes