windmill-api 1.682.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \DocumentationApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**query_documentation**]DocumentationApi.md#query_documentation | **POST** /inkeep | query Windmill AI documentation assistant (EE only)



## query_documentation

> serde_json::Value query_documentation(query_documentation_request)
query Windmill AI documentation assistant (EE only)

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**query_documentation_request** | [**QueryDocumentationRequest**]QueryDocumentationRequest.md | query to send to the AI documentation assistant | [required] |

### Return type

[**serde_json::Value**](serde_json::Value.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, text/plain

[[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)