Sha256: e8315313852841e3fd77900099ef4121f9599d84c428df9f89fd65881003b1cc
Contents?: true
Size: 1.04 KB
Versions: 49
Compression:
Stored size: 1.04 KB
Contents
<% api_title = "Negative Case - 3 - should set proper errors if the inputs are not correct" api_input = <<-eos Example: Authorization: Token token="87b01adbba90824b57add8cc06ad8738" PUT #{request.base_url}/api/v1/update_profile {} eos api_output = <<-eos { "success": false, "errors": { "heading": "Updating Profile Failed", "message": "Check if all mandatory details are passed. Refer the error details for technical information", "details": { "name": ["can't be blank", "is too short (minimum is 3 characters)"] "email": ["can't be blank", "is too short (minimum is 3 characters)"] } } } eos %> <%= render partial: "kuppayam/api/docs/example", locals: { negative_case: true, example_id: "neg_case_3", api_title: api_title, api_input: api_input, api_output: api_output } %>
Version data entries
49 entries across 49 versions & 1 rubygems