Relative Content

Tag Archive for api-gatewaygravitee

Gravitee : How to change request status code

Is it possible to rewrite the status code from a response?
My backend service returns a 202, but the requester only accepts 200 as an actual success.
Because of that, I want to rewrite the response status code from 202 to 200.