deprecated-oc-search/api-client/oc-catalog/docs/SearchApi.md

38 lines
1.0 KiB
Markdown
Raw Normal View History

2023-08-26 22:04:56 +02:00
# \SearchApi
All URIs are relative to *https://localhost/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**SearchControllerSearchByWord**](SearchApi.md#SearchControllerSearchByWord) | **Get** /search/byWord |
# **SearchControllerSearchByWord**
> ModelsSearchResult SearchControllerSearchByWord(ctx, word)
find resources by word
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**word** | **string**| Word to search across all resources |
### Return type
[**ModelsSearchResult**](models.SearchResult.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)