v1
latestOpenAPI 3.0.02026-08-063014193.1 MBUpdate a single Activity
Outlines the parameters and data fields used when updating a single Activity
For a firm with mandatory LEDES billing enabled, a billable entry on a Matter whose require_utbms_codes is true must carry UTBMS codes:
- TimeEntry — activity_description[utbms_activity_id] and activity_description[utbms_task_id].
- ExpenseEntry, HardCostEntry, and SoftCostEntry — utbms_expense[id].
An entry that lacks them returns 422 with error.errors.activity_description or error.errors.utbms_expense set.
Exceptions: non_billable entries, flat-rate entries or matters, and contingency matters.
Path parameters
The unique identifier for the Activity.
Query parameters
The fields to be returned. See response samples for what fields are available. For more information see the fields section.
Headers
The server will update the requested resource and send back a 200 status, but only if value in the header matches the existing resource's ETag.
The API minor version. Default: latest version.
Request body
Response
Ok