Skip to main content

What happens if an application receives an API call with new data, and at the same time a business user wants to change some data manually in the same application? Will the API data override the manual data?

A
Written by Anna Kravets
Updated over 2 years ago

In this scenario, the data will be updated according to the order in which the requests were received and processed by the system's queue.

Did this answer your question?