While implementing the new POST validators/validator_balances endpoints I realised that the endpoint specs are missing 404 responses for the case where the state is missing/not available.
Usually we signal that the state isn't known with 404, although I guess we could also return a 400?
It seems more like an oversight (on both GET and POST) to me.
While implementing the new POST validators/validator_balances endpoints I realised that the endpoint specs are missing 404 responses for the case where the state is missing/not available.
Usually we signal that the state isn't known with 404, although I guess we could also return a 400?
It seems more like an oversight (on both GET and POST) to me.