Call API
call_apiInvoke any API operation from your OpenAPI spec by specifying the spec path and operation ID, with support for parameters and body.
Instructions
Invoke an operation defined in an OpenAPI spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specPath | Yes | ||
| operationId | Yes | ||
| pathParams | No | ||
| queryParams | No | ||
| body | No | ||
| headers | No |