initial commit
This commit is contained in:
37
selfapi/docs/SearchApi.md
Normal file
37
selfapi/docs/SearchApi.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# \SearchApi
|
||||
|
||||
All URIs are relative to *https://localhost:49618/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)
|
||||
|
||||
Reference in New Issue
Block a user