api_test
Validate and debug API calling code by simulating responses, returning custom errors or echoing input parameters.
Instructions
Check API calling code. Helps test your calling code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| foo | No | Example property to return in the response (echoed back as ``args.foo``). | |
| error | No | Error response to return. If set, the call responds with an error of this value. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||