Sha256: 05bde1153b29f5038c43da6dae781237a079494267920b8aa5dbf96592f67248
Contents?: true
Size: 1.4 KB
Versions: 49
Compression:
Stored size: 1.4 KB
Contents
<% api_title = "Positive Case - 1 - should upload a profile picture in base64 format" api_input = <<-eos Example: Authorization: Token token="87b01adbba90824b57add8cc06ad8738" POST #{request.base_url}/api/v1/profile/profile_picture_base64 { "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCYAAACNbyblAAAAHElEQVQI12P4//8w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" } eos api_output = <<-eos { "success": true, "alert": { "heading": "User/Profile Image was saved successfully", "message": "You may now use the URL to download the image in future" }, "data": { "id": 8, "created_at": "21-09-2017 13:02:45", "profile_id": 6, "image_large_path": "/uploads/profile_pictures/8/large_profile_picture.jpg", "image_medium_path": "/uploads/profile_pictures/8/medium_profile_picture.jpg", "image_small_path": "/uploads/profile_pictures/8/small_profile_picture.jpg", "image_tiny_path": "/uploads/profile_pictures/8/tiny_profile_picture.jpg" } } eos %> <%= render partial: "kuppayam/api/docs/example", locals: { negative_case: false, example_id: "pos_case_1", api_title: api_title, api_input: api_input, api_output: api_output } %>
Version data entries
49 entries across 49 versions & 1 rubygems