Sha256: 3520dde60599d8669d14df002457eb919a6543455004df248841645c3367abc4

Contents?: true

Size: 1.13 KB

Versions: 49

Compression:

Stored size: 1.13 KB

Contents

<%

api_title = "Negative Case - 2 - should set proper errors if the profile already exists"

api_input = <<-eos
Example:

Authorization: Token token="87b01adbba90824b57add8cc06ad8738"
POST #{request.base_url}/api/v1/create_profile
{
  "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": "A profile already exists for the mobile number you have provided",
    "message": "You are trying to create a profile once again when you already have a profile. Use Profile API with your API Token, to get your profile details and use them instead of creating a new one."
  }
}
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

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