Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-22864

[QE] Ingress is missing two params on /upload

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Unset
    • No
    • Platform Pipeline Sprint 53, Platform Pipeline Sprint 54
    • Normal

      Currently, QE has to manually add these back in the /upload endpoint which is missing the content_type param and post_params object.

      Should look like this:

              :param async_req bool: execute request asynchronously
              :param file file:
              :param content_type string: file content type
              :param post_params object: post parameters
              :param _return_http_data_only: response data without head status code
                                             and headers
              :param _preload_content: if False, the urllib3.HTTPResponse object will
                                       be returned without reading/decoding response

       
      Is currently:

              :param async_req bool: execute request asynchronously
              :param file file:
              :param _return_http_data_only: response data without head status code
                                             and headers
              :param _preload_content: if False, the urllib3.HTTPResponse object will
                                       be returned without reading/decoding response

            Unassigned Unassigned
            bschneid@redhat.com Brandon Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: