Sha256: 6666d9b90470e417fc691e77b36f22b5863046eb6ad9872a92a0d33de84670ef
Contents?: true
Size: 984 Bytes
Versions: 49
Compression:
Stored size: 984 Bytes
Contents
<% api_title = "Negative Case - 2 - should set proper errors if invalid image data is passed" api_input = <<-eos Authorization: Token token="87b01adbba90824b57add8cc06ad8738" POST #{request.base_url}/api/v1/profile/profile_picture { "image": "<Uploaded File - Not Support. e.g: CSV>" } 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." } } 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