Idempotent
"denoting an element of a set which is unchanged in value when multiplied or otherwise operated on by itself."
In API's this is the outcome of only 1 executed action despite potentially multiple attempts to perpetrate an action.
"an Idempotent Operation is when a request can be retransmitted or retried with no additional side effects"
Backlinks