Mentions légales du service

Skip to content

Return a 400 with a message if `reservation` field is not a String

Samir Noir requested to merge bugs/#13976 into master

When creating a new job, reservation field is used to make an advanced reservation. It was failing with a Ruby error and a 500 response status if the type was not a String.

Merge request reports