Sha256: 435ca95f902dfe8e8b7ef594b40076533dc5f06e2f46b59ed69f9486d627dbe9

Contents?: true

Size: 875 Bytes

Versions: 13

Compression:

Stored size: 875 Bytes

Contents

<%

api_title = "Negative Case - 1 - should set proper errors if api token is not present"

api_input = <<-eos
{
  "name": "Name",
  "gender": "male",
  "date_of_birth": "10/10/1980",
  "email": "name@domain.com",
  "country_id": "1",
  "city_id": "2"
}
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

13 entries across 6 versions & 1 rubygems

Version Path
usman-0.3.0 app/views/usman/api/v1/docs/profile/_neg_case_1.html.erb
usman-0.3.0 app/views/usman/api/v1/docs/create_profile/_neg_case_1.html.erb
usman-0.3.0 app/views/usman/api/v1/docs/update_profile/_neg_case_1.html.erb
usman-0.2.11 app/views/usman/api/v1/docs/create_profile/_neg_case_1.html.erb
usman-0.2.11 app/views/usman/api/v1/docs/update_profile/_neg_case_1.html.erb
usman-0.2.10 app/views/usman/api/v1/docs/create_profile/_neg_case_1.html.erb
usman-0.2.10 app/views/usman/api/v1/docs/update_profile/_neg_case_1.html.erb
usman-0.2.9 app/views/usman/api/v1/docs/create_profile/_neg_case_1.html.erb
usman-0.2.9 app/views/usman/api/v1/docs/update_profile/_neg_case_1.html.erb
usman-0.2.8 app/views/usman/api/v1/docs/update_profile/_neg_case_1.html.erb
usman-0.2.8 app/views/usman/api/v1/docs/create_profile/_neg_case_1.html.erb
usman-0.2.7 app/views/usman/api/v1/docs/update_profile/_neg_case_1.html.erb
usman-0.2.7 app/views/usman/api/v1/docs/create_profile/_neg_case_1.html.erb