Sha256: a18da90bff908e841beb7770e78e0aa17bd3c81b13e6dc424fc89dbaf7420059
Contents?: true
Size: 984 Bytes
Versions: 49
Compression:
Stored size: 984 Bytes
Contents
<% api_title = "Negative Case - 1 - should respond with proper errors for invalid arguments" api_input = <<-eos Example: Authorization: Token token="87b01adbba90824b57add8cc06ad8738" POST #{request.base_url}/api/v1/profile/profile_picture_base64 {} eos api_output = <<-eos { "success": false, "errors": { "heading": "Saving user/profile image was failed", "message": "Make sure that the arguments are passed according to the API documentation. Please check the API Documentation for more details.", "details": "Image can't be blank" } } 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