update_matter
Patch fields on a legal matter in PracticePanther by providing the matter ID and a JSON object of the fields to change.
Instructions
Patch fields on a matter. updates_json is a JSON object with only the
fields you want to change (e.g. '{"status":"closed"}').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | Yes | ||
| updates_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |