Sha256: f474ef88e3944a224daa1074ec3f1000ad13f990a341e932a40a31c29734d85a
Contents?: true
Size: 995 Bytes
Versions: 49
Compression:
Stored size: 995 Bytes
Contents
<% api_title = "Negative Case - 2 - should respond with proper errors if mobile number is not registered" api_input = <<-eos Example: POST #{request.base_url}/api/v1/verify_otp { "otp": "11111", "dialing_prefix": "+91", "mobile_number": "<NEW MOBILE NUMBER>", "uuid": "<NEW UUID>" } eos api_output = <<-eos { "success": false, "errors": { "heading": "The mobile number is not registered", "message": "Resending OTP Failed. Check if the mobile number entered is valid", "details": { "mobile_number": "is invalid" } } } eos %> <%= render partial: "kuppayam/api/docs/example", locals: { negative_case: true, example_id: "neg_case_2", api_title: api_title, api_input: api_input, api_output: api_output } %>
Version data entries
49 entries across 49 versions & 1 rubygems