Append a manual operational note or event to a matter log.
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/log \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"summary": "<string>",
"event_type": "<string>",
"details": {},
"work_item_id": "<string>"
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/log \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"summary": "<string>",
"event_type": "<string>",
"details": {},
"work_item_id": "<string>"
}
'