in API Gateways by (8.9k points)

POST opearations should be idempotent.

       A. True

       B. False

1 Answer

0 votes
by (8.9k points)

Correct answer is :- False

POST opearations should not be idempotent.

Related questions

0 votes
asked Mar 2, 2022 in API Gateways by DavidAnderson (8.9k points)
0 votes
asked Mar 2, 2022 in API Gateways by DavidAnderson (8.9k points)
...