v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Cases

Leave a note on a case

Creates a note linked to a specific case.

post/v2/cases/{case_identifier}/notes

Path parameters

case_identifierstring uuid required

The unique identifier of the case.

Request body

contentsstring required

The contents of the note to be created (up to 5000 characters).

Response

Created

OR
OR

Example response

{
  "type": "CASE"
}