> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# BulkMetadataEditInput

> One metadata change for a single transaction.

**Input object**

One metadata change for a single transaction. Only memo and transactionCategory can be edited.
A field set to null clears it; an omitted field is left untouched.

## Input fields

<ParamField body="recordId" type="UUID!" required>
  The record id of the transaction to update. Must belong to the item's target user.
</ParamField>

<ParamField body="memo" type="String">
  User-defined memo, max 255 characters. Null clears the memo; omit to leave unchanged.
</ParamField>

<ParamField body="transactionCategory" type="String">
  Category name. Null clears the category; omit to leave unchanged.
</ParamField>
