API-8107
This idempotency key was used for a different request
Why it happens
Rabt returns the first result when the same Idempotency-Key is sent again, but this request differs from the one the key was first used with (its address or content), so it was not carried out.
What to do
Use a new Idempotency-Key for every new operation, and the same key only to repeat the very same request.
- HTTP status
- 422
- Retrying does not help