mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
add 204s
This commit is contained in:
parent
e3e8272bbe
commit
277bec9c9a
7 changed files with 112 additions and 210 deletions
14
docs/static/llama-stack-spec.yaml
vendored
14
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -1222,11 +1222,6 @@ paths:
|
|||
$ref: '#/components/schemas/UpdatePromptRequest'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
description: Bad Request
|
||||
|
|
@ -1239,6 +1234,8 @@ paths:
|
|||
default:
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
description: Default Response
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Prompts
|
||||
summary: Delete Prompt
|
||||
|
|
@ -2088,11 +2085,6 @@ paths:
|
|||
/v1/vector-io/insert:
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -2105,6 +2097,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Vector Io
|
||||
summary: Insert Chunks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue