Sha256: e46b792f3968da53c20ac29a022a5a1fb81b7bd359714e172220644259d63570

Contents?: true

Size: 877 Bytes

Versions: 49

Compression:

Stored size: 877 Bytes

Contents

<%

api_title = "Negative Case - 1 - should respond with proper errors if no parameters are passed"

api_input = <<-eos
Example:

POST #{request.base_url}/api/v1/verify_otp
{}
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_1",
                                        api_title: api_title,
                                        api_input: api_input,
                                        api_output: api_output 
                                      } %>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
usman-0.3.29 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.28 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.27 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.26 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.25 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.24 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.23 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.22 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.21 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.20 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.19 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.18 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.17 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.16 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.15 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.14 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.13 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.12 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.11 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb
usman-0.3.10 app/views/usman/api/v1/docs/verify_otp/_neg_case_1.html.erb