-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Request type - APIs
-
None
-
1
Summary
API service should return HTTP 202 response rather than returning a HTTP 200 in cases when the API request is queues for execution
Expected behaviour
The API should return a HTTP 202 response
Actual behaviour
The API currents returns a HTTP 200 response which means that the API call has been completed which may not be the case always.