Sha256: 590d9c5bb91a382ea8f162cb9c61af21d3b6f86dbe802114912f40d8a31f231f
Contents?: true
Size: 1013 Bytes
Versions: 2
Compression:
Stored size: 1013 Bytes
Contents
<% api_title = "Negative Case - 2 - should set proper errors if the profile didn't exist" api_input = <<-eos Example: Authorization: Token token="87b01adbba90824b57add8cc06ad8738" GET #{request.base_url}/api/v1/profile/profile_picture eos api_output = <<-eos { "success": false, "errors": { "heading": "A profile doesn't exists for the mobile number you have provided", "message": "You are trying to u 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
usman-0.3.2 | app/views/usman/api/v1/docs/get_profile_info/_neg_case_2.html.erb |
usman-0.3.1 | app/views/usman/api/v1/docs/get_profile_info/_neg_case_2.html.erb |