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
I believe this ticket is linked to management of the response format in the openapi specification and another consequence is the following bug on the python api client NASA-PDS/pds-api-client#29
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
When I did request:
'''
curl -X 'GET'
'http://localhost:8081/properties'
-H 'accept: application/csv'
'''
I am getting a json response.
Whatever the Accept header value, we are getting a json response.
🕵️ Expected behavior
I expected either to get a response in the requested format or an unsupported format error (406)
📜 To Reproduce
🖥 Environment Info
Tested with a server deployed on my latptop, build from the source.
📚 Version of Software Used
Tested with the latest main branch (v1.3.0-SNAPSHOT)
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 #xyz
⚙️ Engineering Details
No response
The text was updated successfully, but these errors were encountered: