diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index 84e20f360..3106bff86 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -755,8 +755,8 @@ "description": "", "parameters": [ { - "name": "eval_task_id", - "in": "query", + "name": "task_id", + "in": "path", "required": true, "schema": { "type": "string" @@ -7226,7 +7226,7 @@ "RegisterEvalTaskRequest": { "type": "object", "properties": { - "eval_task_id": { + "task_id": { "type": "string" }, "dataset_id": { @@ -7272,7 +7272,7 @@ }, "additionalProperties": false, "required": [ - "eval_task_id", + "task_id", "dataset_id", "scoring_functions" ] diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 700a3071c..9b4220018 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -455,8 +455,8 @@ paths: - EvalTasks description: '' parameters: - - name: eval_task_id - in: query + - name: task_id + in: path required: true schema: type: string @@ -4599,7 +4599,7 @@ components: RegisterEvalTaskRequest: type: object properties: - eval_task_id: + task_id: type: string dataset_id: type: string @@ -4623,7 +4623,7 @@ components: - type: object additionalProperties: false required: - - eval_task_id + - task_id - dataset_id - scoring_functions RegisterModelRequest: