konecty-update

Installation
SKILL.md

Konecty Update

Update records in any Konecty module. Always fetch first to obtain _updatedAt.

Prerequisites

  • Active session from konecty-session (~/.konecty/.env or ~/.konecty/credentials).
  • Field knowledge from konecty-modules when updating unfamiliar modules.

Why _updatedAt is mandatory

The Konecty API requires _updatedAt in every update call as an optimistic locking guard. Sending a stale or invented value is rejected with:

[Module] Each id must contain an string field named _id an date field named _updatedAt

Never invent or hardcode _updatedAt — always fetch the current record first.

Related skills

More from konecty/skills

Installs
6
Repository
konecty/skills
First Seen
Mar 17, 2026