Skip to content

Commit f35e259

Browse files
committed
Sync with Documentation
1 parent 65c9151 commit f35e259

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/SearchApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
7474
### HTTP request headers
7575

7676
- **Content-Type**: application/json
77-
- **Accept**: application/json, text/markdown
77+
- **Accept**: application/json
7878

7979
### HTTP response details
8080

openapi_client/api/search_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ def _search_serialize(
282282
if 'Accept' not in _header_params:
283283
_header_params['Accept'] = self.api_client.select_header_accept(
284284
[
285-
'application/json',
286-
'text/markdown'
285+
'application/json'
287286
]
288287
)
289288

0 commit comments

Comments
 (0)