Sha256: 0aac6b93bb521af29aff5c0fc0b1b0ef1725b987593da2f02a37d2c752c56336

Contents?: true

Size: 942 Bytes

Versions: 7

Compression:

Stored size: 942 Bytes

Contents

<%

api_title = "Negative Case - 2 - should respond with proper errors if mobile number is not registered"

api_input = <<-eos
{
  "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

7 entries across 7 versions & 1 rubygems

Version Path
usman-0.3.0 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb
usman-0.2.11 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb
usman-0.2.10 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb
usman-0.2.9 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb
usman-0.2.8 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb
usman-0.2.7 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb
usman-0.2.6 app/views/usman/api/v1/docs/verify_otp/_neg_case_2.html.erb