Sha256: 36cbdffb78137d1dd7ef1cd5d4c6b6ac852eacca780ac320fef362bdc17e897e
Contents?: true
Size: 1013 Bytes
Versions: 49
Compression:
Stored size: 1013 Bytes
Contents
<% api_title = "Negative Case - 2 - should set proper errors if the profile doesn't exist" api_input = <<-eos Example: Authorization: Token token="87b01adbba90824b57add8cc06ad8738" PUT #{request.base_url}/api/v1/update_profile {} 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 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