Sha256: 500e848e97a4aa8375da71000899c3bf9175b50bd4c3ab78e0fabe4aafa28ec7

Contents?: true

Size: 948 Bytes

Versions: 49

Compression:

Stored size: 948 Bytes

Contents

<%

api_title = "Negative Case - 3 - should respond with proper errors if uuid is not registered"

api_input = <<-eos
Example:

POST #{request.base_url}/api/v1/resend_otp
{
  "dialing_prefix": "+91",
  "mobile_number": "<REGISTERED MOBILE NUMBER>",
  "uuid": "<NEW UUID>"
}
eos

api_output = <<-eos
{
  "success": false,
  "errors": {
      "heading": "The device is not registered",
      "message": "Resending OTP Failed. Check if the UUID entered is valid",
      "details": {
        "uuid": "is invalid"
      }
  }
}
eos

%>

<%= render partial: "kuppayam/api/docs/example", locals: {
                                        negative_case: true,
                                        example_id: "neg_case_3",
                                        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.4.10.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.9.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.8.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.7.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.6.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.5.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.4.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.3.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.2.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.1.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.4.0.pre.materialize app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.38 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.37 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.36 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.35 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.34 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.33 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.32 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.31 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb
usman-0.3.30 app/views/usman/api/v1/docs/resend_otp/_neg_case_3.html.erb