-
Story
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
False
-
-
False
-
Unset
-
No
-
Platform Pipeline Sprint 53, Platform Pipeline Sprint 55, Platform Pipeline Sprint 56
-
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
- is cloned by
-
RHCLOUD-22864 [QE] Ingress is missing two params on /upload
- Closed