We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c9151 commit f35e259Copy full SHA for f35e259
2 files changed
docs/SearchApi.md
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
74
### HTTP request headers
75
76
- **Content-Type**: application/json
77
- - **Accept**: application/json, text/markdown
+ - **Accept**: application/json
78
79
### HTTP response details
80
openapi_client/api/search_api.py
@@ -282,8 +282,7 @@ def _search_serialize(
282
if 'Accept' not in _header_params:
283
_header_params['Accept'] = self.api_client.select_header_accept(
284
[
285
- 'application/json',
286
- 'text/markdown'
+ 'application/json'
287
]
288
)
289
0 commit comments