Idempotency

An operation is idempotent if the result of multiple executions is the same as a single execution. An example of this in Computer Science is the PUT HTTP method.