mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix: openapi for eval-task (#1085)
# What does this PR do? - as title ## Test Plan - the deprecated endpoint need to obey what it was before [//]: # (## Documentation)
This commit is contained in:
parent
2a8e199e10
commit
da53dc3f5f
3 changed files with 5 additions and 5 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
@ -81,7 +81,7 @@
|
|||
"deprecated": true
|
||||
}
|
||||
},
|
||||
"/v1/eval-tasks/{task_id}": {
|
||||
"/v1/eval-tasks/{eval_task_id}": {
|
||||
"get": {
|
||||
"responses": {
|
||||
"200": {
|
||||
|
@ -109,7 +109,7 @@
|
|||
"parameters": [
|
||||
{
|
||||
"name": "eval_task_id",
|
||||
"in": "query",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue