Sha256: 3c7f4c11564dfb6efd2c7cb20efc66e8e373c22af2fda6b0705435964b148f12
Contents?: true
Size: 917 Bytes
Versions: 49
Compression:
Stored size: 917 Bytes
Contents
<% api_title = "Negative Case - 2 - should respond with proper errors if no params are passed" api_input = <<-eos Example: POST #{request.base_url}/api/v1/accept_tac In the request body, pass the following as raw json: {} eos api_output = <<-eos { "success": false, "errors": { "heading": "The mobile number is not registered", "message": "Accepting T&C 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_2", api_title: api_title, api_input: api_input, api_output: api_output } %>
Version data entries
49 entries across 49 versions & 1 rubygems