Sha256: 5f0a33773bc350f51b1e4cb425aad28a6a7d02d3b262bfe49dfa74a14d9be351

Contents?: true

Size: 750 Bytes

Versions: 23

Compression:

Stored size: 750 Bytes

Contents

<%

api_title = "Positive Case - 1 - delete the account"

api_input = <<-eos
Example:

DELETE #{request.base_url}/api/v1/delete_account
eos

api_output = <<-eos
{
  "success": true,
  "alert": {
      "heading": "Your account has been deleted successfully",
      "message": "You will be logged out from all sessions"
  }
}
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

23 entries across 23 versions & 1 rubygems

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