I have an endpoint definition that has endpoint response codes config for 200, 201, 202, 400, 401, 500, and 502. However, I missed 404 and it is a valid response code for that endpoint. What would happen if the endpoint returns 404 back?
I have an endpoint definition that has endpoint response codes config for 200, 201, 202, 400, 401, 500, and 502. However, I missed 404 and it is a valid response code for that endpoint. What would happen if the endpoint returns 404 back?