Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-11934

In OpenAPI doc, string arrays in query parameter

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.13.0
    • None
    • None

    Description

      Scenario:
      Try to use swagger editor to query for multiple key ids for process definitions.

      Current request resolves to:
      http://localhost:8080/engine-rest/process-definition?keysIn=key1&keysIn=key2
      Expected:
      http://localhost:8080/engine-rest/process-definition?keysIn=key1,key2 - comma separated string list

      AT:

      • change `array` type of all query parameter to `string`
      • extend the descriptions if needed with "a comma-separated list of..."

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              nikola.koevski Nikola Koevski
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce