-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
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
- clones
-
RHCLOUD-22732 [QE] Ingress is missing two params on /upload
- Closed
- is related to
-
RHCLOUD-22865 [QE] Ingress API is missing tags in openapi spec
- Closed