---
title: "Api Points Transactions List Update"
method: PUT
path: "/api/points-transactions/list/"
tags: ["platformApi"]
---

# Api Points Transactions List Update

`PUT /api/points-transactions/list/`

PUT handler with superadmin lock and field protection.

Same as patch() - checks lock and field protection before delegating.

## Headers

- `Authorization` string, required

## Response `200`

- PointsTransactionList — List view of points transactions — reads ``ch_billing_event``.
  - `id` string, required
  - `points_amount` number, double, required
  - `event_class` string, required
  - `event_time` string, date-time, required
  - `description` string, required

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
