Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8080/api/v1/tap/fix \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "tapName": "<string>", "script": "<string>", "diagnosis": "<string>", "logs": "<string>", "error": "<string>", "oldScriptPath": "<string>" } '
Uses AI to fix a script based on a diagnosis of what went wrong.
Optional API key for authentication (enabled via application.yaml)
Fixed script (same shape as /tap/generate)