Sha256: f0ddeb3a6db61df2f41fd61a1ad50407f7809cce448ec40da259e27e9040361f

Contents?: true

Size: 897 Bytes

Versions: 49

Compression:

Stored size: 897 Bytes

Contents

<%

api_title = "Negative Case - 4 - should respond with proper errors if the device is blocked"

api_input = <<-eos
Example:

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

api_output = <<-eos
{
  "success": false,
  "errors": {
      "heading": "This device is blocked",
      "message": "You must have done some mal-practices",
      "details": {}
  }
}
eos

%>

<%= render partial: "kuppayam/api/docs/example", locals: {
                                        negative_case: true,
                                        example_id: "neg_case_4",
                                        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.9 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.8 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.7 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.6 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.5 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.4 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.3 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.2 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb
usman-0.3.1 app/views/usman/api/v1/docs/resend_otp/_neg_case_4.html.erb