Sha256: 3a6f60d32795ff1c8ea4654a504cfe806ae9f4c315380f694573e788fc6bccdf
Contents?: true
Size: 950 Bytes
Versions: 49
Compression:
Stored size: 950 Bytes
Contents
<% api_title = "Negative Case - 1 - should set proper errors if api token is not present" api_input = <<-eos Example: Authorization: nil PUT #{request.base_url}/api/v1/update_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": "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
49 entries across 49 versions & 1 rubygems