v1

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

Comment case

Comment case

post/api/v2/cases/{case_id}/comment

Path parameters

case_idstring required

Case's UUID or key

Request body

Example request

{
  "data": {
    "attributes": {
      "comment": "This is my comment !"
    },
    "type": "case"
  }
}

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "author": {
          "type": "USER"
        },
        "type": "COMMENT"
      },
      "id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
      "type": "timeline_cell"
    }
  ]
}