Sha256: 0de31b21cb80c602a7a23bda3ab3414495f85507d4eeef9d0e6914722315a487
Contents?: true
Size: 1.54 KB
Versions: 5
Compression:
Stored size: 1.54 KB
Contents
<% api_title = "Negative Case - 1 - should set proper errors if api token is not present" api_input = <<-eos Example: Authorization: nil POST #{request.base_url}/api/v1/contacts/sync { "contacts": [ { "name": "sanoop", "account_type": "com.mollywood", "email": "san@gmail.com", "address": "xyz, str, efg", "contact_number_1": "87393993884", "contact_number_2":"9846557465" }, { "name": "arjun", "account_type": "com.mollywood1", "email": "arj@gmail.com", "address": "xyz, str, efg", "contact_number_1": "77777777", "contact_number_2":"999999999" } ] } Contact sync API sync the mobile contact with donedeal backend eos api_output = <<-eos { "success": false, "errors": { "heading": "Invalid API Token", "message": "Use the API Token you have received after accepting the terms and agreement" } } eos %> <%= render partial: "kuppayam/api/docs/example", locals: { negative_case: true, example_id: "neg_case_1", api_title: api_title, api_input: api_input, api_output: api_output } %>
Version data entries
5 entries across 5 versions & 1 rubygems