regenerated

This commit is contained in:
Luke Hagar
2024-09-11 16:46:06 +00:00
parent 6565d702c6
commit 2ffd22b536
281 changed files with 2831 additions and 2959 deletions

View File

@@ -61,11 +61,11 @@ if res is not None:
### Errors
| Error Object | Status Code | Content Type |
| -------------------------------------- | -------------------------------------- | -------------------------------------- |
| errors.PerformSearchResponseBody | 400 | application/json |
| errors.PerformSearchSearchResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| Error Object | Status Code | Content Type |
| -------------------------------- | -------------------------------- | -------------------------------- |
| errors.PerformSearchBadRequest | 400 | application/json |
| errors.PerformSearchUnauthorized | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
## perform_voice_search
@@ -109,11 +109,11 @@ if res is not None:
### Errors
| Error Object | Status Code | Content Type |
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
| errors.PerformVoiceSearchResponseBody | 400 | application/json |
| errors.PerformVoiceSearchSearchResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| Error Object | Status Code | Content Type |
| ------------------------------------- | ------------------------------------- | ------------------------------------- |
| errors.PerformVoiceSearchBadRequest | 400 | application/json |
| errors.PerformVoiceSearchUnauthorized | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
## get_search_results
@@ -151,8 +151,8 @@ if res.object is not None:
### Errors
| Error Object | Status Code | Content Type |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| errors.GetSearchResultsResponseBody | 400 | application/json |
| errors.GetSearchResultsSearchResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| Error Object | Status Code | Content Type |
| ----------------------------------- | ----------------------------------- | ----------------------------------- |
| errors.GetSearchResultsBadRequest | 400 | application/json |
| errors.GetSearchResultsUnauthorized | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |