Update Action
Deals
Update an Action
PATCH
Update Action
action_id is matched directly against the tasks table’s id — the route does not additionally filter by deal_id in the path, so any task id belonging to the caller’s org (not just ones on this specific deal) can be patched through this path. Row-level security still scopes it to the caller’s organization.
Auth
Requires a CRM manage scope and an active organization on the token. Any*:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.
Response
The updatedtasks row.
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The deal's id; not used to scope the lookup — action_id alone determines the task.
The task's id, matched directly against the tasks table (not additionally scoped to this deal).
Body
application/json
Response
Successful Response