triggair /docs
Error code

save_conflict (409)

What it means

An optimistic-concurrency (OCC) save conflict: the slot's version changed since you read it (a lost race or a stale If-Match).

How to fix

GET the slot to read the current version, merge your change, and PUT again with the new `ifMatch`. Omit ifMatch to opt into last-write-wins.

← All error codes