kong
kong copied to clipboard
fix(request-termination): status_code can not be set as null
Summary
status_code should not be allowed to be set to null, otherwise a 500 error will be returned.
Full changelog
- Do not allow set
status_codeas null
FTI-4291