Skip to content

How do I edit an asset?

Requires Basic

Open the asset, click “Edit”, change the fields you want, and save. Except for Type and Name, all fields are optional and can be changed at any time. Via the API, a PUT with only the changed fields is enough — everything else stays unchanged.

The Assets module is part of the core product and available on all plans. Editing is not subject to the asset limit — that only applies when creating new assets.

  1. Open the asset. Select Assets in the left-hand navigation and click the row you want. You land on the detail view. The “Edit” button is in the top right.

    The detail view of an asset with the 'Edit' button.
  2. Change the fields. The pre-filled form opens. Adjust the fields — e.g. Status, Location, Department, Assigned To, or the details under Financials & Lifecycle.

    The asset form opens pre-filled — only changed fields are applied.
  3. Save. Click “Save”. The changes are applied and you return to the detail view.

  • Partial update: Only the fields you pass are written; everything else is preserved (AssetUpdate, all fields optional).
  • Audit trail: You’re recorded as the last editor (updated_by, updated_at); the original creator stays unchanged. The History tab in the detail view lists the activity on the asset.
  • Tenant isolation: You can only edit assets belonging to your own tenant; an asset from another tenant results in 404.
  • Custom field validation: If you pass custom_fields, they’re validated against the custom fields defined for the tenant (entity_type = asset) — see Define custom fields.
  • Book value: If you change depreciation fields (cost, salvage value, method, useful life), the current book value (current_book_value) is recalculated.
  • No limit check: The license’s asset limit is not checked when editing (only when creating).