Aller au contenu

update_keys_bulk

Batch version of update_key: edit up to 500 keys' SOURCE values in one call. Returns a per-item results array + a summary roll-up; valid items commit even if siblings fail (status ok | unchanged | error per item). Each item addresses its key by EITHER key_uuid OR namespace + name (exactly one). Same staleness, no-op and billing semantics as update_key (1 unit per key actually changed; no-ops and errors are free). Use this instead of N update_key calls for a backlog.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
itemsarrayrequis
{
"tool": "update_keys_bulk",
"arguments": {
"items": []
}
}