---
title: "Create matter log entry"
method: POST
path: "/matters/v1/{id}/log"
tags: ["Matters"]
---

# Create matter log entry

`POST /matters/v1/{id}/log`

Append a manual operational note or event to a matter log.

## Path parameters

- `id` string, required

## Request body

- object
  - `event_type` string
  - `summary` string, required
  - `details` object
  - `work_item_id` string

## Response `201`

Matter log entry created

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
