Request:

Response is "unknown value "DIFF" for enum mode"
gRPC Gateway is accepting only int values but protoc-gen-swagger is sending string values. Ideally, gRPC Gateway will accept both string and int values of an enum.
PS: Haven't configured the JSON marshaler to parse enums as ints.