windmill-api 1.682.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EndpointTool

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The tool name/operation ID | 
**description** | **String** | Short description of the tool | 
**instructions** | **String** | Detailed instructions for using the tool | 
**path** | **String** | API endpoint path | 
**method** | **String** | HTTP method (GET, POST, etc.) | 
**path_params_schema** | Option<[**serde_json::Value**].md> | JSON schema for path parameters | [optional]
**query_params_schema** | Option<[**serde_json::Value**].md> | JSON schema for query parameters | [optional]
**body_schema** | Option<[**serde_json::Value**].md> | JSON schema for request body | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)