PromptHub
Backend 24 views

Idempotency

Quick Definition

Property where multiple operations produce same result as once

Full Definition

The property where performing an operation multiple times produces the same result as once.

Examples

PUT/DELETE methods, retry safety, payment processing

Related Terms

rest-api api-design retry-safety

More Backend Terms