Sha256: e3d9715dfcd4f0c01a779700aa0f225b5bb97c08696bd69627d009533a45882b

Contents?: true

Size: 1.44 KB

Versions: 21

Compression:

Stored size: 1.44 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": "87393993884"
                  },
                  {
                    "name": "arjun",
                    "account_type": "com.mollywood1",
                    "email": "arj@gmail.com",
                    "address": "xyz, str, efg",
                    "contact_number": "77777777"
                  }
              ]
}

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

21 entries across 21 versions & 1 rubygems

Version Path
usman-0.4.10.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.9.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.8.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.7.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.6.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.5.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.4.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.3.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.2.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.1.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.4.0.pre.materialize app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.38 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.37 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.36 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.35 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.34 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.33 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.32 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.31 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb
usman-0.3.30 app/views/usman/api/v1/docs/contacts_sync/_neg_case_1.html.erb