UpdateReleaseLedgerEntryRequest
PATCH payload for ledger row state transitions.
Only state is patchable from the API today; the rest of the row is
source-controlled. state is validated against the canonical set:
announced | dismissed | marked_acquired | hidden.
statestring | nullnullable
New state. See [ReleaseLedgerEntryDto::state] for allowed values.
UpdateReleaseLedgerEntryRequest
{
"state": "string"
}