Sha256: 330604c4ea91fc0a63e1d2eda039bfb607fda4a821880089249e7c89f672d103
Contents?: true
Size: 848 Bytes
Versions: 49
Compression:
Stored size: 848 Bytes
Contents
<% api_title = "Positive Case - 1 - should resend the otp for valid inputs" api_input = <<-eos Example: POST #{request.base_url}/api/v1/resend_otp { "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
49 entries across 49 versions & 1 rubygems