File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969# GET QuestionnaireResponse
7070GET_QUESTIONNAIRE_RESPONSE_DIRECTORY = "./api/examples/GET_QuestionnaireResponse/"
7171GET_QUESTIONNAIRE_RESPONSE__SUCCESS = f"{ GET_QUESTIONNAIRE_RESPONSE_DIRECTORY } success.yaml"
72- GET_QUESTIONNAIRE_RESPONSE__INVALID = f"{ GET_QUESTIONNAIRE_RESPONSE_DIRECTORY } errors/invalid-reference-code .yaml"
73- GET_QUESTIONNAIRE_RESPONSE__MISSING = f"{ GET_QUESTIONNAIRE_RESPONSE_DIRECTORY } errors/missing-reference-code .yaml"
72+ GET_QUESTIONNAIRE_RESPONSE__INVALID = f"{ GET_QUESTIONNAIRE_RESPONSE_DIRECTORY } errors/invalid_reference_code .yaml"
73+ GET_QUESTIONNAIRE_RESPONSE__MISSING = f"{ GET_QUESTIONNAIRE_RESPONSE_DIRECTORY } errors/missing_reference_code .yaml"
7474GET_QUESTIONNAIRE_RESPONSE__NOT_FOUND = (
7575 f"{ GET_QUESTIONNAIRE_RESPONSE_DIRECTORY } errors/questionnaire_response_not_found.yaml"
7676)
Original file line number Diff line number Diff line change 1616 ),
1717 (
1818 "referenceCode=INVALID" ,
19- "./api/examples/GET_QuestionnaireResponse/errors/invalid-reference-code .yaml" ,
19+ "./api/examples/GET_QuestionnaireResponse/errors/invalid_reference_code .yaml" ,
2020 400 ,
2121 ),
2222 (
2323 "referenceCode=" ,
24- "./api/examples/GET_QuestionnaireResponse/errors/missing-reference-code .yaml" ,
24+ "./api/examples/GET_QuestionnaireResponse/errors/missing_reference_code .yaml" ,
2525 404 ,
2626 ),
2727 (
You can’t perform that action at this time.
0 commit comments