Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-227

swagger ui does not pass multiple bodies to server

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • None
    • restconf-nb
    • None
    • Operating System: Linux
      Platform: PC

    • 6207

      swagger ui can not pass multiple bodies to server when using operation post and url like "http://localhost:8181/restconf/config/..../moduleName:containerName"

      swagger-ui.js

      for (_j = 0, _len1 = _ref6.length; _j < _len1; _j++) {
      o = _ref6[_j];
      if ((o.value != null) && jQuery.trim(o.value).length > 0)

      { map["body"] = o.value; }

      }

      the body map would be overwritted is multiple bodies.

            ivanhrasko Ivan Hrasko
            li.yue23@zte.com.cn moon.lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: