Skip to content

Fix 500 error when calling /{record_id}/sessions with no session body instead return a 4xx error.

fabian serin requested to merge fserin/fix/validationsession into master

The solution is to make this body mandatory with associated schema. If not provided 422 will be returned. Inegration tests included.

Merge request reports