You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This header is essential for indicating the media type of the data being sent in the request body, especially when working with APIs that expect specific formats like JSON.
It seems that we tried to set that header as default here:
What is the expected feature or enhancement?
This header is essential for indicating the media type of the data being sent in the request body, especially when working with APIs that expect specific formats like JSON.
It seems that we tried to set that header as default here:
qiskit-ibm-runtime/qiskit_ibm_runtime/api/rest/base.py
Line 24 in 639f307
But I think that it's not used.
Acceptance criteria
Content-Type
header asapplication/json
if the request body is a dictionary or list, unless the user specifies a different value.The text was updated successfully, but these errors were encountered: