mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
Updated the authentication field to take just the token
This commit is contained in:
parent
8632c705aa
commit
09ef0b38c1
8 changed files with 10721 additions and 13 deletions
3
docs/static/llama-stack-spec.yaml
vendored
3
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -6419,7 +6419,8 @@ components:
|
|||
authorization:
|
||||
type: string
|
||||
description: >-
|
||||
(Optional) Bearer token authorization string (format: "Bearer <token>")
|
||||
(Optional) OAuth access token for authenticating with the MCP server (provide
|
||||
just the token, not "Bearer <token>")
|
||||
require_approval:
|
||||
oneOf:
|
||||
- type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue