Hi,
We are using JDeveloper 12.2.1.4.0.
In our project we have ADF BC REST API's [https://docs.oracle.com/en/middleware/developer-tools/adf/12.2.1.4/develop/creating-adf-restful-web-services-application-modules.html].
For one of the usecases, the POST operation is returning a status of 200 and updating the resource.Ideally the API should have returned a status of 201 and created the resource.
There is no customization done on the generated AM,VO classes.
Is the POST operation designed to update a resource automatically based on any condition?
Please share any pointers[logs etc] to check on why the POST is updating a resource rather than creating and returning 200 instead of 201.
Thanks,
Praveen