Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To resolve above problem, new API can be published in DIAL Service ({{host}}/api/dialcode/v2/image/list) which will accept request in below format and can provide response in below format. Number of QR Codes as input to be controlled via a configuration 'filenameqrimage_request_limit'.

Code Block
languagejson
{
    "request": {
        "dialcode": ["Q1I5I3"]
    }
}

...