Sha256: a6275f3cbb34447a93ca221d81de84aac9ecf14a6040917f3f54e32ee396a275

Contents?: true

Size: 795 Bytes

Versions: 8

Compression:

Stored size: 795 Bytes

Contents

<%

api_title = "Positive Case - 1 - should resend the otp for valid inputs"

api_input = <<-eos
{
  "uuid": "asd907asdba78sbda",
  "mobile_number": "292991230",
  "dialing_prefix": "+91"
}
eos

api_output = <<-eos
{
  "success": true,
  "alert": {
      "heading": "An new OTP has been sent to you",
      "message": "Check your mobile for new message from us."
  }
}
eos

%>

<%= render partial: "kuppayam/api/docs/example", locals: {
                                        negative_case: false,
                                        example_id: "pos_case_1",
                                        api_title: api_title,
                                        api_input: api_input,
                                        api_output: api_output 
                                      } %>

Version data entries

8 entries across 8 versions & 1 rubygems

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