Sha256: 46d75c999c337f00a6bdddd30027e8e9e60ab30aaeea08231fa2cbf61a3ae8f8
Contents?: true
Size: 855 Bytes
Versions: 49
Compression:
Stored size: 855 Bytes
Contents
<% api_title = "Negative Case - 1 - should set proper errors if no api token" api_input = <<-eos Example: Authorization: nil POST #{request.base_url}/api/v1/profile/profile_picture { "image": "<Uploaded File in Binary Format>" } eos api_output = <<-eos { "success": false, "errors": { "heading": "Invalid API Token", "message": "Use the API Token you have received after accepting the terms and agreement" } } eos %> <%= render partial: "kuppayam/api/docs/example", locals: { negative_case: true, example_id: "neg_case_1", api_title: api_title, api_input: api_input, api_output: api_output } %>
Version data entries
49 entries across 49 versions & 1 rubygems