Sha256: 08d30ffd09c70c71db2dcd76149bebd77da5d88f32f2ce4f309f4ca4eaf2c0fd
Contents?: true
Size: 857 Bytes
Versions: 23
Compression:
Stored size: 857 Bytes
Contents
<% api_title = "Negative Case - 3 - should respond with proper errors if no parameters are passed" api_input = <<-eos Example: POST #{request.base_url}/api/v1/send_otp_to_change_number { "uuid": "" } eos api_output = <<-eos { "success": false, "errors": { "heading": "The device is not registered", "message": "Check if the UUID entered is valid", "details": { "uuid": "is invalid" } } } 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
23 entries across 23 versions & 1 rubygems