We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an exception that inform the user that his parameters.xml is missing <mode>
<mode>
When user use this endpoint https://api-generation-questionnaires.insee.fr/swagger-ui/index.html#/Generation%20of%20questionnaire%20(custom%20parameters)/generateXformsCustomParams If there is no <mode> inside parameters.xml file, throw an exception
Return error code should be 400 BAD REQUEST
400 BAD REQUEST
The text was updated successfully, but these errors were encountered:
J'allais estimer à 2 points mais on a eu des surprises l'autre fois, mais normalement tout est mis en place pour que ça soit facile à faire
=> partons sur 3 points
Sorry, something went wrong.
nsenave
RemiVerriez
No branches or pull requests
Feature Description
Add an exception that inform the user that his parameters.xml is missing
<mode>
Use Case
When user use this endpoint https://api-generation-questionnaires.insee.fr/swagger-ui/index.html#/Generation%20of%20questionnaire%20(custom%20parameters)/generateXformsCustomParams
If there is no
<mode>
inside parameters.xml file, throw an exceptionProposed Solution
Return error code should be
400 BAD REQUEST
The text was updated successfully, but these errors were encountered: