cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/workflow-test-sets/{test_set_id}/items/{item_id}/response-sub \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "output_content": { "label": "corrected-value" } } '
{ "data": "<unknown>" }
Upsert a corrected expected output for a workflow test set item.
Documentation IndexFetch the complete documentation index at: https://docs.trymaitai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Maitai API key from the Portal.
Upsert workflow test set item response sub.
Was this page helpful?