Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Update Operation
Update mutable fields of an operation. Onlypending operations can be modified.
PATCH /operations/{id} · 🔒 Auth required
Request
| Field | Type | Description |
|---|---|---|
description | string | Free-text (max 500 chars) |
category | string | Category tag |
reference | string | External reference |
metadata | object | Replaces the existing metadata entirely |
amount,asset,wallet_id, andtypecannot be changed. Create a new operation instead.
Response 200 OK
Returns the updated operation object.
Errors
| Code | HTTP | Cause |
|---|---|---|
NOT_FOUND | 404 | Operation not found |
FORBIDDEN | 403 | Operation is completed or failed |