Update SQL Eval Casepatch {protocol}://{base-url}/ai/api/v1/sql_evaluation_set/{data_product_id}/{eval_case_id}Update a SQL Evaluation Case.Path Paramsdata_product_idstringrequiredThe ID of the Data Product to use.eval_case_idstringrequiredThe ID of the SQL Eval Case to use.Query Paramspre_exec_sqlstringnullSQL to execute before the checking (e.g., for setting session parameters)auth_idstringnullThe authentication ID for the credentials to use for the queries. If None, auth_id is obtained from the data productBody ParamsSQL Evaluation Case Update Schema.questionstringnullThe new input question or task for the SQL Query Agent. None means no update.sqlstringnullThe new expected SQLs which address the questions/tasks. None means no update. Multiple queries may be provided, separated by ';'.Responses 200Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 404Resource not found. The detail field specifies which resource. 422Validation Error 500Internal server error during request processing.Updated 5 months ago Get a SQL Eval CaseDelete a SQL Eval CaseDid this page help you?YesNo