Sha256: dfd0375fbb28c907e0216361ad13ad00ae8acb1e874c20dae08d5d233e50681f
Contents?: true
Size: 1018 Bytes
Versions: 7
Compression:
Stored size: 1018 Bytes
Contents
<% api_title = "Positive Case - 1 - should accept the terms and conditions if the device is verified and all inputs are valid" api_input = <<-eos { "terms_and_conditions": 1, "uuid": "<VERIFIED UUID>", "mobile_number": "<VERIFIED MOBILE NUMBER>", "dialing_prefix": "+91" } eos api_output = <<-eos { "success": true, "alert": { "heading": "You have successfully accepted the Terms & Conditions. Proceed with Registration process if any", "message": "Store and use the API token for further communication" }, "data": { "api_token": "ajshdjkashdkjasdas" } } 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
7 entries across 7 versions & 1 rubygems