Api Points Transactions Partial Update

PATCH handler with superadmin lock and field protection.

Checks:

  1. Object lock (is_managed=True -> non-superadmins can’t modify)
  2. Field protection (non-superadmins can’t modify specific fields)

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
transaction_typeenumOptional
  • grant - grant
  • redeem - redeem
amountdoubleOptional
conversion_ratedouble or nullOptional
descriptionstringOptionalDefaults to
source_idstringOptionalDefaults to
event_timedatetimeOptional

Response

transaction_typeenum
  • grant - grant
  • redeem - redeem
amountdouble
conversion_ratedouble or null
descriptionstringDefaults to
source_idstringDefaults to
event_timedatetime