Skip to content

CE-2698: Validate swagger requestbody

Imre Toth requested to merge CE-2698_Validate_swagger_requestbody into develop

Adding NotNull annotation to fields in responseBody will mark them as Required.

Also updated the swagger version.

Had to add the common component to be able to mark the record fields as required.

Merge request reports